Skip to content

Commit

Permalink
changes for RAS
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaa05 committed Aug 23, 2024
1 parent 5d04f7f commit 486b8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gen3-integration-tests/pages/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def login(
if validate_username_locator:
expect(
page.locator(f'//div[contains(text(), "{logged_in_user}")]')
).to_be_visible(timeout=5000)
).to_be_visible(timeout=10000)
screenshot(page, "AfterLogin")
self.handle_popup(page)
access_token_cookie = next(
Expand Down
2 changes: 1 addition & 1 deletion gen3-integration-tests/tests/test_ras_authn.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_provide_invalid_credentials_NIH_login_page(self, page: Page):
os.environ["CI_TEST_RAS_USERID"]
)
page.locator(self.login_page.RAS_PASSWORD_INPUT).fill(
os.environ["CI_TEST_RAS_PASSWORD"]
"THIS_IS_AN_INVALID_PASSWORD_FOR_USER"
)
screenshot(page, "BeforeRASLogin")
ras_login_button.click()
Expand Down

0 comments on commit 486b8ac

Please sign in to comment.