Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
Then(/^there should not be an error message$/, async () => {
await browser
.waitForElementNotVisible("#seed_error_msg")
.expect.element("#seed_error_msg")
.to.not.be.visible
});
When(/^I click the QR-code button$/, async () => {