Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Dec 4, 2024
1 parent 886d3a9 commit fef7498
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qtconsole/tests/test_00_console_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ def test_history_complete(qtconsole, qtbot):
QtCore.Qt.Key_R,
modifier=QtCore.Qt.ControlModifier | QtCore.Qt.ShiftModifier,
)
qtbot.waitUntil(lambda: shell._history_list_widget.isVisible())
qtbot.waitUntil(
lambda: shell._history_list_widget.isVisible(), timeout=SHELL_TIMEOUT
)

qtbot.keyClick(shell._history_list_widget, QtCore.Qt.Key_Enter)

Expand Down

0 comments on commit fef7498

Please sign in to comment.