Skip to content

Commit

Permalink
Verify that Trace ID is part of clipboard_debug_info
Browse files Browse the repository at this point in the history
  • Loading branch information
HakonSohoel committed Nov 12, 2024
1 parent bf54fbb commit e37bd6c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/ert/unit_tests/gui/simulation/test_run_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,12 @@ def test_that_debug_info_button_provides_data_in_clipboard(qtbot: QtBot, storage

clipboard_text = QApplication.clipboard().text()

for keyword in ["Single realization test-run", "Local", r"minimal\_config.ert"]:
for keyword in [
"Single realization test-run",
"Local",
r"minimal\_config.ert",
"Trace ID",
]:
assert keyword in clipboard_text


Expand Down

0 comments on commit e37bd6c

Please sign in to comment.