Skip to content

Commit 92ccf45

Browse files
authored
fix: typo
1 parent 4af056e commit 92ccf45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ You can visit multiple pages simultaneously by passing an array of URLs to the `
136136
```php
137137
$pages = visit(['/', '/about']);
138138

139-
$page->assertNoSmoke()
139+
$pages->assertNoSmoke()
140140
->assertNoConsoleLogs()
141141
->assertNoJavaScriptErrors();
142142

0 commit comments

Comments
 (0)