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 fbef175 commit b22213bCopy full SHA for b22213b
run-tests.sh
@@ -21,6 +21,8 @@ done
21
22
# Run tests
23
24
+sleep 2
25
+
26
rm -rf ./tests/e2e/screenshots
27
cd logs && rm -R `ls -1 -d */` ; cd -
28
tests/e2e/utils/helpers.js
@@ -88,6 +88,7 @@ const onAdminSaveSettings = async () => {
88
"#setting-error-settings_updated",
89
"Settings saved."
90
);
91
+ await wait(2000);
92
};
93
94
const setToggle = async (optionName, enable) => {
0 commit comments