Skip to content

Commit

Permalink
chore: Fix flaky optional tag suggestion dialog test
Browse files Browse the repository at this point in the history
  • Loading branch information
RisingOrange committed Dec 30, 2023
1 parent ad16933 commit e39b39d
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 @@ -2524,5 +2524,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 e39b39d

Please sign in to comment.