Skip to content

Commit 0388a16

Browse files
committed
Lint fix
1 parent 7a11333 commit 0388a16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/helpers/modal-asserts.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ export default function registerAssertHelpers(assert) {
2828
assert.dialogOpensAndCloses = async function (options) {
2929
const self = this;
3030
await click(options.openSelector, options.context);
31-
await
32-
await waitUntil(function () {
31+
await await waitUntil(function () {
3332
return findContains(dialogSelector, options.dialogText);
3433
});
3534
if (options.hasOverlay) {

0 commit comments

Comments
 (0)