Skip to content

Commit

Permalink
Make sure test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekdlugosz committed Jul 18, 2024
1 parent 71afa03 commit 4f408b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions camayoc/tests/qpc/ui/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ def test_login_logout(ui_client: Client):
page = ui_client.begin().login(data_factories.LoginFormDTOFactory())
assert page._driver.title() in ("Quipucords", "product discovery")
page.logout()
assert 1 == 2

0 comments on commit 4f408b7

Please sign in to comment.