We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51ff08 commit ba9c709Copy full SHA for ba9c709
src/tests/tests.cpp
@@ -3190,6 +3190,8 @@ void Tests::openAndSavePreferences()
3190
// Focus and set wrap text option.
3191
// This behavior could differ on some systems and in other languages.
3192
RUN("keys" << configurationDialogId << "ALT+1", "");
3193
+ // Wait for any checkbox animation or delay
3194
+ waitFor(1000);
3195
RUN("keys" << configurationDialogId << "ENTER" << clipboardBrowserId, "");
3196
WAIT_ON_OUTPUT("config" << "check_clipboard", "true\n");
3197
}
0 commit comments