mirror of
https://github.com/google/nomulus
synced 2026-09-20 06:54:43 +00:00
Add screenshot tests for the new registrar console (#2577)
This required updating to a newer version of Selenium, building the console dist/ folder, and serving that folder.
This commit is contained in:
+4
-4
@@ -38,10 +38,10 @@ ext {
|
||||
// TODO: Remove after the legacy console is deleted.
|
||||
'com.google.closure-stylesheets:closure-stylesheets:1.5.0',
|
||||
'com.google.javascript:closure-compiler:v20210505',
|
||||
'org.seleniumhq.selenium:selenium-api:3.141.59',
|
||||
'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59',
|
||||
'org.seleniumhq.selenium:selenium-java:3.141.59',
|
||||
'org.seleniumhq.selenium:selenium-remote-driver:3.141.59',
|
||||
'org.seleniumhq.selenium:selenium-api:4.25.0',
|
||||
'org.seleniumhq.selenium:selenium-chrome-driver:4.25.0',
|
||||
'org.seleniumhq.selenium:selenium-java:4.25.0',
|
||||
'org.seleniumhq.selenium:selenium-remote-driver:4.25.0',
|
||||
|
||||
// TODO: Migrate Soy Tofu to Soy Sauce (go/soysauce-migration)
|
||||
'com.google.template:soy:2021-02-01',
|
||||
|
||||
Reference in New Issue
Block a user