mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-10 12:51:28 +00:00
(redirect to index on login/concert creation)
This commit is contained in:
@@ -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');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user