Fixed eslint errors
This commit is contained in:
parent
2160a10338
commit
a9285e1181
10 changed files with 15 additions and 17 deletions
|
@ -22,7 +22,7 @@ module.exports = {
|
|||
url: '/users/account',
|
||||
elementsToWaitFor: ['form'],
|
||||
elements: {
|
||||
form: `form[action="/users/account"]`,
|
||||
form: 'form[action="/users/account"]',
|
||||
emailInput: 'form[action="/users/account"] input[name="email"]'
|
||||
}
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue