This commit is contained in:
EwelinaLasowy
2022-01-18 09:48:13 +01:00
parent 6f87647cb3
commit 40f4afa477
2 changed files with 3 additions and 2 deletions

View File

@@ -32,7 +32,8 @@ class AuthenticationTest extends DuskTestCase
->assertVisible("@user-menu-list")
->assertSee("Sign out")
->press("Sign out")
->assertPathIs("/");
->on(new HomePage())
->waitFor("@login-link");
});
}
}