Fixed eslint errors.
This commit is contained in:
parent
c11d1a1cbf
commit
c17bc9f2cf
10 changed files with 268 additions and 280 deletions
|
@ -12,8 +12,8 @@ module.exports = (...extras) => page({
|
|||
await this.waitUntilVisible();
|
||||
},
|
||||
|
||||
async ensureUrl(path) {
|
||||
async ensureUrl() {
|
||||
throw new Error('Unsupported method.');
|
||||
},
|
||||
}
|
||||
|
||||
}, ...extras);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue