Skip to content

Commit 11f40f2

Browse files
wait for export job details GModal to be hidden instead of absent
With dialogs (as opposed to the `BModal` we had in the past), they do not become absent and instead stay hidden in the DOM. Hence, I change the wait for absent to absent or hidden.
1 parent 6ab8f7c commit 11f40f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration_selenium/test_history_export_legacy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_history_export(self):
3737
history_export.show_job_link.wait_for_and_click()
3838
history_export.job_table.wait_for_present()
3939
history_export.job_table_ok.wait_for_and_click()
40-
history_export.job_table.wait_for_absent()
40+
history_export.job_table.wait_for_absent_or_hidden()
4141

4242
self.click_history_option_export_to_file()
4343

0 commit comments

Comments
 (0)