Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
jh27539 committed Aug 2, 2024
1 parent 796a23e commit 8fb4195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def test_individual_institution_login_pages(
# GIUsernameLoginPage - A few institutions use a login page with a generic username
# or user id text input field. The page definition checks for
# a form element with method="post".
# GIDLoginPage - Check for institutions that use OKTA for sign in
# GIIDLoginPage - Check for institutions that use Okta for sign in
for page_class in page_classes:
retval = try_login_page(driver, page_class)
if retval:
Expand Down

0 comments on commit 8fb4195

Please sign in to comment.