6071: fix failed test

This commit is contained in:
MaximeE
2022-05-04 14:52:02 +02:00
parent 4a0cd3f724
commit b10080e3f5
@@ -41,6 +41,5 @@ class StaticLocationViewingUITests: MockScreenTest {
func verifyInitialExistingLocation() {
XCTAssertTrue(app.buttons["Cancel"].exists, "The cancel button should exist.")
XCTAssertTrue(app.buttons["shareButton"].exists, "The share button should exist.")
}
}