Skip to content

Commit ba9c709

Browse files
committed
Tests: Fix flaky test
1 parent e51ff08 commit ba9c709

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/tests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3190,6 +3190,8 @@ void Tests::openAndSavePreferences()
31903190
// Focus and set wrap text option.
31913191
// This behavior could differ on some systems and in other languages.
31923192
RUN("keys" << configurationDialogId << "ALT+1", "");
3193+
// Wait for any checkbox animation or delay
3194+
waitFor(1000);
31933195
RUN("keys" << configurationDialogId << "ENTER" << clipboardBrowserId, "");
31943196
WAIT_ON_OUTPUT("config" << "check_clipboard", "true\n");
31953197
}

0 commit comments

Comments
 (0)