Skip to content

Commit

Permalink
Make sure run dialog is closed in gui test
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Oct 7, 2024
1 parent b505d33 commit 2ce1f41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ert/unit_tests/gui/simulation/test_run_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ def test_that_debug_info_button_provides_data_in_clipboard(qtbot: QtBot, storage

for keyword in ["Single realization test-run", "Local", r"minimal\_config.ert"]:
assert keyword in clipboard_text
qtbot.mouseClick(run_dialog.done_button, Qt.LeftButton)


@pytest.mark.integration_test
Expand Down

0 comments on commit 2ce1f41

Please sign in to comment.