Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit 051063b

Browse files
committed
Update README.md
1 parent e0536ab commit 051063b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ class ExampleTest extends DuskTestCase
9595
{
9696
$this->browse(function ($browser) {
9797
$browser->loginAs(User::first())
98-
->visit(route('applications.create'))
99-
->type('name', 'New Application')
98+
->visit(route('user.create'))
99+
->type('name', 'New User')
100100
->press('Submit')
101101
->waitForInertiaNavigate()
102-
->assertRouteIs('applications.index')
103-
->assertSee('Application Created!');
102+
->assertRouteIs('user.index')
103+
->assertSee('User Added!');
104104
});
105105
}
106106
}

0 commit comments

Comments
 (0)