5720: Fix issue with cornered buttons view

This commit is contained in:
MaximeE
2022-03-23 17:25:30 +01:00
parent 756d65f3e5
commit e444578f0c
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)
}