Skip to content

Commit

Permalink
refresh page and status
Browse files Browse the repository at this point in the history
  • Loading branch information
markbainix committed May 25, 2024
1 parent 8889978 commit 6d32e9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,12 @@ def test_create_advanced_replicate_task_to_other_pool(self) -> None:
REP.set_run_once_button()
REP.unset_read_only_destination_checkbox()
REP.click_save_button_and_resolve_dialogs()
COM.wait_for_system_time('minute', COM.get_current_minute() + 1)
NAV.navigate_to_data_protection()
assert REP.is_replication_task_visible('other_pool') is True
REP.wait_for_task_to_stop_running('other_pool')

REP.click_run_now_replication_task_by_name('other_pool')
NAV.navigate_to_data_protection()
assert REP.get_replication_status('other_pool') == 'FINISHED'

DP.click_snapshots_button()
Expand Down

0 comments on commit 6d32e9e

Please sign in to comment.