Skip to content

Commit

Permalink
Revert "fix: wait for promise to resolve on runAccessibility method (#…
Browse files Browse the repository at this point in the history
…143)" (#147)

This reverts commit 71c5a38.
  • Loading branch information
swalker125 authored Jun 30, 2021
1 parent 3555428 commit 6f5162d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/helpers/browser_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ module.exports = class BrowserHelpers extends Helper {
const url = await this.getHelper().grabCurrentUrl();
const {page} = await this.getHelper();

await runAccessibility(url, page);
runAccessibility(url, page);
}
};

0 comments on commit 6f5162d

Please sign in to comment.