(redirect to /concerts/new instead of /concerts)

This commit is contained in:
Adam Wathan
2017-05-17 17:28:27 -04:00
parent b53dd4170d
commit 196c4f2882
3 changed files with 3 additions and 3 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');
->assertPathIs('/backstage/concerts/new');
});
}