Skip to content

Commit

Permalink
chore: Fix flaky optional tag suggestion dialog test (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
RisingOrange authored Jan 3, 2024
1 parent 648c923 commit b31038d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/addon/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2563,5 +2563,6 @@ def test_submit_without_review_checkbox_hidden_when_user_cant_use_it(
)

dialog.show()
qtbot.wait(500)

assert dialog.auto_accept_cb.isVisible() == expected_checkbox_is_visible

0 comments on commit b31038d

Please sign in to comment.