Skip to content

Commit

Permalink
Update test_100_basic_ui_sanity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michalskrivanek authored Oct 6, 2022
1 parent 4952d2d commit 21b4f2b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions basic-suite-master/test-scenarios/test_100_basic_ui_sanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,11 +692,6 @@ def test_logout(ovirt_driver, engine_webadmin_url, keycloak_enabled):
welcome_screen.wait_for_user_logged_out()
assert welcome_screen.is_user_logged_out()

if keycloak_enabled:
# delete all cookies to workaround not logging out from the Keycloak properly
time.sleep(5)
ovirt_driver.delete_all_cookies()


def test_userportal(
ovirt_driver,
Expand Down

0 comments on commit 21b4f2b

Please sign in to comment.