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 16c5358 commit dbc42ecCopy full SHA for dbc42ec
README.md
@@ -32,8 +32,6 @@ Use this helper in your tests to check email interactions. The most popular one
32
33
```js
34
const mailbox = await I.haveNewMailbox();
35
-// register user on a website
36
-I.registerUser(mailbox.emailAddress);
37
// wait 10 seconds for an email
38
const email = await I.waitForLatestEmail(10);
39
I.seeInEmailSubject('Restore Password');
0 commit comments