mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
Update RiotSwiftUI/Modules/UserSessions/UserOtherSessions/Test/UI/UserOtherSessionsUITests.swift
Co-authored-by: aringenbach <80891108+aringenbach@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cf6a17d938
commit
0943635739
+3
-3
@@ -95,9 +95,9 @@ class UserOtherSessionsUITests: MockScreenTestCase {
|
||||
app.goToScreenWithIdentifier(MockUserOtherSessionsScreenState.all.title)
|
||||
app.buttons["More"].tap()
|
||||
app.buttons["Select sessions"].tap()
|
||||
let singOutButton = app.buttons["Sign out"]
|
||||
XCTAssertTrue(singOutButton.exists)
|
||||
XCTAssertFalse(singOutButton.isEnabled)
|
||||
let signOutButton = app.buttons["Sign out"]
|
||||
XCTAssertTrue(signOutButton.exists)
|
||||
XCTAssertFalse(signOutButton.isEnabled)
|
||||
let sessionListItem = app.buttons["UserSessionListItem_0"]
|
||||
sessionListItem.tap()
|
||||
XCTAssertTrue(singOutButton.isEnabled)
|
||||
|
||||
Reference in New Issue
Block a user