Skip to content

Commit 1c6a2d8

Browse files
author
Alex Garrett-Smith
committed
Dusk actions
1 parent e5ac532 commit 1c6a2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Browser/Tasks/ScreenshotTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
it('creates a screenshot', function () {
66
$this->browse(function (Browser $browser) {
7-
$browser->visit('/')
8-
->screenshot('homepage');
7+
$browser->visit('/dashboard')
8+
->assertSee('Something');
99
});
1010
});

0 commit comments

Comments
 (0)