Skip to content

Commit

Permalink
Fix MTE-4022 - testPinToShortcuts smoke test (#23768)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosb01 authored Dec 16, 2024
1 parent e64c2e3 commit 5961eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let urlLogin = path(forTestPage: "empty-login-form.html")
let mailLogin = "[email protected]"
// The following seem to be labels that change a lot and make the tests
// break; aka volatile. Let's keep them in one place.
let loginsListURLLabel = "Web Site, \(domain)"
let loginsListURLLabel = "Website, \(domain)"
let loginsListUsernameLabel = "Username, [email protected]"
let loginsListUsernameLabelEdited = "Username, foo"
let loginsListPasswordLabel = "Password"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class PhotonActionSheetTests: BaseTestCase {
mozWaitForElementToNotExist(app.cells["Example Domain"].images.element(boundBy: 1))
}

mozWaitForElementToNotExist(app.cells["Example Domain"])
mozWaitForElementToNotExist(cell)
}

// https://mozilla.testrail.io/index.php?/cases/view/2322067
Expand Down

0 comments on commit 5961eba

Please sign in to comment.