Fixes
This commit is contained in:
@@ -32,7 +32,7 @@ it('creator can create a draft story from editor form', function () {
|
||||
expect($story->status)->toBe('draft');
|
||||
expect($story->slug)->not->toBe('');
|
||||
|
||||
$response->assertRedirect(route('creator.stories.edit', ['story' => $story->id]));
|
||||
$response->assertRedirect(route('studio.stories.edit', ['story' => $story->id]));
|
||||
});
|
||||
|
||||
it('creator autosave updates draft fields and creates tags from csv', function () {
|
||||
|
||||
Reference in New Issue
Block a user