Skip to content

Commit

Permalink
[UPD] Update test_ui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moncefarajdal authored Oct 16, 2024
1 parent 16c7471 commit da18e1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions auth_admin_passkey/tests/test_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ def test_03_passkey_login_succeed(self):
"db": self.dbname,
}
response = self.post_request("/web/login/", data=data)
print("response data")
print(response)

# He notices that his redirected to backoffice
self.assertNotIn("oe_login_form", response.data.decode("utf8"))
Expand Down Expand Up @@ -169,6 +171,8 @@ def test_05_passkey_login_encrypted_succeed(self):
"db": self.dbname,
}
response = self.post_request("/web/login/", data=data)
print("response data")
print(response)

# He notices that his redirected to backoffice
self.assertNotIn("oe_login_form", response.data.decode("utf8"))

0 comments on commit da18e1e

Please sign in to comment.