Skip to content

Commit

Permalink
Bugfix MTE-1597 [v119] testRecentlySaved fails intermittently (#16558)
Browse files Browse the repository at this point in the history
* Wait until the home page is loaded before opening the menu

* Remove comment
  • Loading branch information
clarmso authored Sep 25, 2023
1 parent 3346f1a commit 8289fb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/XCUITests/HomePageSettingsUITest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ class HomePageSettingsUITests: BaseTestCase {
bookmarkPages()
addContentToReaderView()
navigator.performAction(Action.GoToHomePage)
waitForTabsButton()
checkRecentlySaved()
mozWaitForElementToExist(app.staticTexts["Recently Saved"])
navigator.performAction(Action.ToggleRecentlySaved)
// On iPad we have the homepage button always present,
// on iPhone we have the search button instead when we're on a new tab page
Expand Down

0 comments on commit 8289fb4

Please sign in to comment.