diff --git a/firefox-ios/firefox-ios-tests/Tests/XCUITests/LoginsTests.swift b/firefox-ios/firefox-ios-tests/Tests/XCUITests/LoginsTests.swift index 3c385690c36a..aab36595f6fb 100644 --- a/firefox-ios/firefox-ios-tests/Tests/XCUITests/LoginsTests.swift +++ b/firefox-ios/firefox-ios-tests/Tests/XCUITests/LoginsTests.swift @@ -16,7 +16,7 @@ let urlLogin = path(forTestPage: "empty-login-form.html") let mailLogin = "iosmztest@mailinator.com" // 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, test@example.com" let loginsListUsernameLabelEdited = "Username, foo" let loginsListPasswordLabel = "Password" diff --git a/firefox-ios/firefox-ios-tests/Tests/XCUITests/PhotonActionSheetTests.swift b/firefox-ios/firefox-ios-tests/Tests/XCUITests/PhotonActionSheetTests.swift index 159259104c72..0b4912bf246e 100644 --- a/firefox-ios/firefox-ios-tests/Tests/XCUITests/PhotonActionSheetTests.swift +++ b/firefox-ios/firefox-ios-tests/Tests/XCUITests/PhotonActionSheetTests.swift @@ -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