Skip to content

Commit

Permalink
test: Use standard logout test API in check-client
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt authored and allisonkarlitskaya committed Sep 29, 2023
1 parent 61c14cb commit 7b8bfe1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/verify/check-client
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ Command = /usr/bin/env python3 -m cockpit.beiboot
def logout(self, check_last_host=None):
b = self.browser

b.assert_no_oops()
b.open_session_menu()
b.click('#logout')
b.logout()
# FIXME: This is broken, nothing appears
# b.wait_text("#brand", "Connect to:")
if check_last_host:
Expand Down

0 comments on commit 7b8bfe1

Please sign in to comment.