Skip to content

Commit

Permalink
Merge pull request #6 from OlegZharkov/history_assert
Browse files Browse the repository at this point in the history
assert_history fix
  • Loading branch information
davebx authored Mar 19, 2020
2 parents 24c34af + c46524a commit eccb3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy_test/selenium/test_history_multi_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def test_switch_history(self):
self.assertEqual(original_history_id, self.current_history_id())

def assert_history(self, history_id, histories_number=1, should_exist=True):
self.components.multi_history_view.histories.wait_for_present()
histories = self.components.multi_history_view.histories.all()
assert len(histories) == histories_number
# search for history with history_id
Expand Down

0 comments on commit eccb3d6

Please sign in to comment.