Skip to content

Commit

Permalink
Reenabled keyboard and mouse tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Mar 22, 2021
1 parent b5ac114 commit c3caefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ClickAndKeyboardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class ClickAndKeyboardTest extends TestCase
{
/* public function test_keyboard_type()
public function test_keyboard_type()
{
$clusteer = Clusteer::to('https://inputtypes.com/')
->withHtml()
Expand Down Expand Up @@ -73,5 +73,5 @@ public function test_clicks()
$this->assertTrue(
Str::contains($clusteer->getHtml(), 'mouse-3 clicked')
);
} */
}
}

0 comments on commit c3caefa

Please sign in to comment.