Browse Source

travis run dusk

jqh 5 years ago
parent
commit
776a55bf81
2 changed files with 1 additions and 3 deletions
  1. 1 1
      .travis.yml
  2. 0 2
      tests/Browser/AuthTest.php

+ 1 - 1
.travis.yml

@@ -46,7 +46,7 @@ before_script:
 #  - ./vendor/laravel/dusk/bin/chromedriver-linux --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
 #  - google-chrome --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
 #  - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
-  - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
+  - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
   - php artisan serve &
 
 script:

+ 0 - 2
tests/Browser/AuthTest.php

@@ -16,8 +16,6 @@ class AuthTest extends TestCase
 
     public function testLoginPage()
     {
-        dump(admin_url('auth/login'));
-
         $this->browse(function (Browser $browser) {
             $browser->visit(test_admin_path('auth/login'))
                 ->assertSee(__('admin.login'));