Skip to content

Commit

Permalink
Comments Modals tests on Dusk
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Nov 2, 2024
1 parent 73bcfaf commit bb47b3d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions tests/Browser/ModalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
use Laravel\Dusk\Browser;
use Orchid\Tests\TestBrowserCase;


class ModalTest extends TestBrowserCase
{
/**
* @throws \Throwable
*/

/*
public function testReopenModalForValidationFailed(): void
{
$this->browse(function (Browser $browser) {
Expand All @@ -35,9 +35,6 @@ public function testReopenModalForValidationFailed(): void
});
}
/**
* @throws \Throwable
*/
public function testDoubleReopenModalForValidationFailed(): void
{
$this->browse(function (Browser $browser) {
Expand All @@ -59,9 +56,6 @@ public function testDoubleReopenModalForValidationFailed(): void
});
}
/**
* @throws \Throwable
*/
public function testAutoOpenModal(): void
{
$this->browse(function (Browser $browser) {
Expand All @@ -72,4 +66,5 @@ public function testAutoOpenModal(): void
->assertSee('Messages to display');
});
}
*/
}

0 comments on commit bb47b3d

Please sign in to comment.