This commit is contained in:
Thibault Deckers 2025-03-01 01:51:46 +01:00
parent fe53d488b5
commit 731e82028c
2 changed files with 2 additions and 1 deletions

View file

@ -46,6 +46,7 @@ for source in overlay/*/*; do
fi fi
done done
mv izzy/en izzy/en-US mv izzy/en izzy/en-US
mv izzy/en_Shaw izzy/en-XW-Shaw
mv izzy/es izzy/es-MX mv izzy/es izzy/es-MX
mv izzy/nb izzy/nb-NO mv izzy/nb izzy/nb-NO
mv izzy/pt izzy/pt-BR mv izzy/pt izzy/pt-BR

View file

@ -160,7 +160,7 @@ void info() {
await driver.scrollY(verticalPageView, -600); await driver.scrollY(verticalPageView, -600);
await _selectMapStyle('googleNormal'); await _selectMapStyle('googleNormal');
await Future.delayed(const Duration(seconds: 1)); await Future.delayed(const Duration(seconds: 2));
await _takeScreenshot(driver, '3'); await _takeScreenshot(driver, '3');