This commit is contained in:
Pig Fang 2018-08-09 17:36:19 +08:00
parent 7fdb6da915
commit d566c3bc31

View File

@ -41,10 +41,6 @@ class AdminControllerTest extends BrowserKitTestCase
]);
$this->assertEquals('purple', option('color_scheme'));
// View
$this->visit('/admin/customize')
->see('Change theme color');
$this->visit('/admin/customize')
->type('url', 'home_pic_url')
->type('url', 'favicon_url')