5720: Fix issue with cornered buttons view

This commit is contained in:
MaximeE
2022-03-23 17:25:30 +01:00
parent c2c7d0f35b
commit b0a8d94a43
4 changed files with 16 additions and 17 deletions
@@ -33,7 +33,6 @@ class LocationSharingUITests: XCTestCase {
goToScreenWithIdentifier(MockLocationSharingScreenState.shareUserLocation.title)
XCTAssertTrue(app.buttons["Cancel"].exists)
XCTAssertTrue(app.buttons["Share"].exists)
XCTAssertTrue(app.otherElements["Map"].exists)
}