Skip to content

Commit dbc42ec

Browse files
authored
fix(docs): remove unused method (#39)
1 parent 16c5358 commit dbc42ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ Use this helper in your tests to check email interactions. The most popular one
3232

3333
```js
3434
const mailbox = await I.haveNewMailbox();
35-
// register user on a website
36-
I.registerUser(mailbox.emailAddress);
3735
// wait 10 seconds for an email
3836
const email = await I.waitForLatestEmail(10);
3937
I.seeInEmailSubject('Restore Password');

0 commit comments

Comments
 (0)