Fix accessibility id in UserOtherSessions

This commit is contained in:
Alfonso Grillo
2022-11-11 16:18:27 +01:00
parent 03a644371d
commit 7bbaad8b9c
2 changed files with 2 additions and 2 deletions
@@ -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)