mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Fix accessibility id in UserOtherSessions
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ class UserOtherSessionsUITests: MockScreenTestCase {
|
||||
|
||||
func test_whenNoSessionAreShown_theLayoutIsCorrect() {
|
||||
app.goToScreenWithIdentifier(MockUserOtherSessionsScreenState.none.title)
|
||||
let button = app.buttons[VectorL10n.userOtherSessionClearFilter]
|
||||
let button = app.buttons["UserOtherSessions.clearFilter"]
|
||||
let text = app.staticTexts["UserOtherSessions.noItemsText"]
|
||||
XCTAssertTrue(button.exists)
|
||||
XCTAssertTrue(text.exists)
|
||||
|
||||
Reference in New Issue
Block a user