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 7a11333 commit 0388a16Copy full SHA for 0388a16
tests/helpers/modal-asserts.js
@@ -28,8 +28,7 @@ export default function registerAssertHelpers(assert) {
28
assert.dialogOpensAndCloses = async function (options) {
29
const self = this;
30
await click(options.openSelector, options.context);
31
- await
32
- await waitUntil(function () {
+ await await waitUntil(function () {
33
return findContains(dialogSelector, options.dialogText);
34
});
35
if (options.hasOverlay) {
0 commit comments