We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f88602 commit f79bf0cCopy full SHA for f79bf0c
tests/accessibility/actions/sign-in-page.actions.js
@@ -1,5 +1,3 @@
1
-const { readFileSync } = require('node:fs');
2
-
3
const signInPageActions = (email, password) => [
4
'wait for element button[type="submit"] to be visible',
5
`set field input[type="text"] to ${email}`,
0 commit comments