build: fix eslint issues (#124)
* build: fix eslint issues * build: migrate to Node 16
This commit is contained in:
committed by
GitHub
parent
531a952df3
commit
96ad8afe1d
@@ -25,6 +25,7 @@ const openAddon = async page => {
|
||||
await page.click('div[data-accountrecovery]');
|
||||
await page.waitForTimeout(6000);
|
||||
} catch {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('The "choose account recovery method" page isn\'t shown');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user