Skip to content

Commit

Permalink
Fix Whats new XCUI Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdotb-moz committed Nov 27, 2024
1 parent f2d9d98 commit b2c6b6a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,11 @@ func createScreenGraph(for test: XCTestCase, with app: XCUIApplication) -> MMScr
)
// Passwords (TODO)
// Customize Homepage (TODO)
// New in Firefox (TODO: Find out what is Action.OpenWhatsNewPage)
// New in Firefox
screenState.tap(
app.otherElements.cells["MainMenu.WhatsNew"],
forAction: Action.OpenWhatsNewPage
)
// Get Help (TODO: Actions to open support.mozilla.org)
// SettingsScreen
screenState.tap(app.tables.cells[AccessibilityIdentifiers.MainMenu.settings], to: SettingsScreen)
Expand Down

0 comments on commit b2c6b6a

Please sign in to comment.