Skip to content

Commit

Permalink
Merge branch 'master' into chore/sync_test_user_ids_usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaa05 authored Oct 24, 2024
2 parents 22197b2 + bbee70f commit c317b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gen3-integration-tests/pages/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def login(
):
page.locator(self.USER_PROFILE_DROPDOWN).click()
expect(
page.locator(f'//div[contains(text(), "{logged_in_user}")]')
page.get_by_role("link").filter(has_text=logged_in_user)
).to_be_visible(timeout=10000)
screenshot(page, "AfterLogin")
self.handle_popup(page)
Expand Down
1 change: 1 addition & 0 deletions gen3-integration-tests/services/audit.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import datetime
import math
import pytest
import time

import pytest
Expand Down

0 comments on commit c317b82

Please sign in to comment.