Skip to content

Commit

Permalink
await
Browse files Browse the repository at this point in the history
  • Loading branch information
cea2aj committed Jun 11, 2021
1 parent 3f765d4 commit 7b59394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/blocks/thememap.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ThemeMap {

async clickMap () {
await t.click(this._canvas);
t.wait(1000);
await t.wait(1000);
}

/**
Expand Down

0 comments on commit 7b59394

Please sign in to comment.