Implement creator studio and upload updates
This commit is contained in:
@@ -81,8 +81,8 @@ it('GET /discover redirects to /discover/trending with 301', function () {
|
||||
$this->get('/discover')->assertRedirect('/discover/trending')->assertStatus(301);
|
||||
});
|
||||
|
||||
it('GET /sections returns the live sections page', function () {
|
||||
$this->get('/sections')->assertOk()->assertSee('Browse Sections', false);
|
||||
it('GET /sections redirects to /categories with 301', function () {
|
||||
$this->get('/sections')->assertRedirect('/categories')->assertStatus(301);
|
||||
});
|
||||
|
||||
it('GET /browse-categories redirects to /categories with 301', function () {
|
||||
|
||||
Reference in New Issue
Block a user