Skip to content

Commit

Permalink
Revert change in parameter test file
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-vdm committed Sep 7, 2023
1 parent 7649cee commit 3a52b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def test_open_activity_tab(qtbot, ab_app):
qtbot.mouseClick(table.viewport(), QtCore.Qt.LeftButton, pos=rect.center())

# Trigger the tab to open
table.safe_open_activity_tab()
table.open_activity_tab()

# We should now be looking at the activity tab
assert panel.currentIndex() != panel.indexOf(param_tab)
Expand Down

0 comments on commit 3a52b0f

Please sign in to comment.