Skip to content

Commit 0c93798

Browse files
authored
Bugfix MTE-5051 Missing HomeSettings screenshots (#31608)
1 parent 02467a7 commit 0c93798

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

firefox-ios/firefox-ios-tests/Tests/L10nSnapshotTests/L10nSuite1SnapshotTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"])

firefox-ios/firefox-ios-tests/Tests/XCUITests/FxScreenGraph.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ let allSettingsScreens = [
121121
SiriSettings,
122122
AutofillPasswordSettings,
123123
AppIconSettings,
124-
ToolbarSettings
124+
ToolbarSettings,
125+
HomeSettings
125126
]
126127

127128
let allHomePanels = [

firefox-ios/l10n-screenshots.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" \

0 commit comments

Comments
 (0)