File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -300,12 +300,14 @@ class L10nSuite1SnapshotTests: L10nBaseSnapshotTests {
300300 navigator. goto ( NewTabScreen)
301301 navigator. openURL ( " https://www.mozilla.org " )
302302 waitUntilPageLoad ( )
303+ waitForTabsButton ( )
303304 navigator. goto ( TabTray)
304305 mozWaitForElementToExist ( app. otherElements [ " Tabs Tray " ] )
305306 mozWaitForElementToExist ( app. otherElements [ " navBarTabTray " ] )
306307 navigator. goto ( NewTabScreen)
307308 navigator. openURL ( " https://mozilla.org/firefox/desktop " )
308309 waitUntilPageLoad ( )
310+ waitForTabsButton ( )
309311 navigator. goto ( TabTray)
310312 mozWaitForElementToExist ( app. otherElements [ " Tabs Tray " ] )
311313 mozWaitForElementToExist ( app. otherElements [ " navBarTabTray " ] )
Original file line number Diff line number Diff line change @@ -121,7 +121,8 @@ let allSettingsScreens = [
121121 SiriSettings,
122122 AutofillPasswordSettings,
123123 AppIconSettings,
124- ToolbarSettings
124+ ToolbarSettings,
125+ HomeSettings
125126]
126127
127128let allHomePanels = [
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ for lang in $LOCALES; do
3939 --skip_open_summary \
4040 --xcargs " -maximum-parallel-testing-workers 2" \
4141 --derived_data_path l10n-screenshots-dd \
42- --ios_version " 26.0 " \
42+ --ios_version " 26.1 " \
4343 --erase_simulator --localize_simulator \
4444 --devices " iPhone 17" --languages " $lang " \
4545 --output_directory " l10n-screenshots/$lang " \
You can’t perform that action at this time.
0 commit comments