Browse Source

Update CipiTest.php

Andrea Pollastri 4 years ago
parent
commit
e27ef04278
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/Feature/CipiTest.php

+ 2 - 0
tests/Feature/CipiTest.php

@@ -23,6 +23,7 @@ class CipiTest extends TestCase
         $response->assertStatus(200);
     }
   
+    /*
     public function testDefaultLogin()
     {
         $this->visit('/login')
@@ -31,5 +32,6 @@ class CipiTest extends TestCase
              ->press('OK')
              ->seePageIs('/dashboard');
     }
+    */
 
 }