diff --git a/scripts/screenshot_post_process.sh b/scripts/screenshot_post_process.sh index 49599dc82..5472c34bd 100755 --- a/scripts/screenshot_post_process.sh +++ b/scripts/screenshot_post_process.sh @@ -46,6 +46,7 @@ for source in overlay/*/*; do fi done mv izzy/en izzy/en-US +mv izzy/en_Shaw izzy/en-XW-Shaw mv izzy/es izzy/es-MX mv izzy/nb izzy/nb-NO mv izzy/pt izzy/pt-BR diff --git a/test_driver/driver_screenshots_test.dart b/test_driver/driver_screenshots_test.dart index 0a58dd0a9..29769605a 100644 --- a/test_driver/driver_screenshots_test.dart +++ b/test_driver/driver_screenshots_test.dart @@ -160,7 +160,7 @@ void info() { await driver.scrollY(verticalPageView, -600); await _selectMapStyle('googleNormal'); - await Future.delayed(const Duration(seconds: 1)); + await Future.delayed(const Duration(seconds: 2)); await _takeScreenshot(driver, '3');