(redirect to index on login/concert creation)

This commit is contained in:
Adam Wathan
2017-07-10 09:11:56 -04:00
parent 0a5eac5fbc
commit 75b8775b01
5 changed files with 7 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ class PromoterLoginTest extends DuskTestCase
->type('email', 'jane@example.com')
->type('password', 'super-secret-password')
->press('Log in')
->assertPathIs('/backstage/concerts/new');
->assertPathIs('/backstage/concerts');
});
}