Skip to content

Commit c5be53b

Browse files
authored
Merge pull request #317 from MrPunyapal/patch-1
fix: typo
2 parents 4af056e + 92ccf45 commit c5be53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)