Skip to content

Commit

Permalink
docs: update readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 9, 2024
1 parent d5ca4ad commit 610cc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ If your config is set up accordingly, the service will set the [`baseUrl`](https

```ts
await browser.url('/')
await expect(browser).toHaveTitle('Welcome to Next.js!')
await expect($('aria/Welcome to Next.js!')).toBePresent()
await expect(browser).toHaveTitle('Create Next App')
await expect($('aria/Create Next App')).toBePresent()
```

## Options
Expand Down

0 comments on commit 610cc80

Please sign in to comment.