Skip to content
Snippets Groups Projects
Commit aeed5317 authored by Kentaro Wada's avatar Kentaro Wada
Browse files

qtbot.waitForWindowShown -> qtbot.waitExposed

parent 03d678fb
No related tags found
No related merge requests found
......@@ -17,4 +17,4 @@ def test_LabelListWidget(qtbot):
widget.show()
qtbot.addWidget(widget)
qtbot.waitForWindowShown(widget)
qtbot.waitExposed(widget)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment