6071: fix failed test

This commit is contained in:
MaximeE
2022-05-04 14:52:02 +02:00
parent 170cc65108
commit b3f66a0c6e
@@ -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.")
}
}