Skip to content

Commit

Permalink
Use activity bar admin link to access admin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Apr 6, 2024
1 parent 4c1aa46 commit 2196940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/src/utils/navigation/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ admin:
allowlist: '#admin-link-allowlist'

selectors:
activity: '#activity-admin'
warning: '#center .alert-warning'
# TODO: place betters IDS or something on this in these grids in the DOM
jobs_title: '#jobs-title'
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/selenium/navigates_galaxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ def navigate_to_published_pages(self):
self.components.masthead.pages.wait_for_and_click()

def admin_open(self):
self.components.masthead.admin.wait_for_and_click()
self.components.admin.activity.wait_for_and_click()

def create_quota(
self,
Expand Down

0 comments on commit 2196940

Please sign in to comment.