Skip to content

Commit

Permalink
Fix workflow invocations selenium test
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed May 28, 2024
1 parent ba9a87d commit ea66eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/utils/navigation/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@ workflow_show:
invocations:
selectors:
activity: "#activity-invocation"
activity_expand: ".activity-panel-footer"
invocations_table: '#invocations-grid .grid-table'
invocations_table_rows: '#invocations-grid .grid-table [data-description="grid item"]'
pager: '[data-description="grid pager"]'
Expand Down
1 change: 1 addition & 0 deletions lib/galaxy/selenium/navigates_galaxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,7 @@ def navigate_to_user_preferences(self):
def navigate_to_invocations(self):
self.home()
self.components.invocations.activity.wait_for_and_click()
self.components.invocations.activity_expand.wait_for_and_click()

def navigate_to_pages(self):
self.home()
Expand Down

0 comments on commit ea66eb7

Please sign in to comment.