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 a701ce6 commit ba00224Copy full SHA for ba00224
tests/e2e-ddev/utils/helpers.js
@@ -92,7 +92,7 @@ const onAdminSaveSettings = async (check = true) => {
92
}
93
94
95
- await wait(2500);
+ await wait(3000);
96
};
97
98
const selectElement = async (selectId, valueToSelect) => {
0 commit comments