From c3caefab4e75467a83a218553630a4aabc64b400 Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Mon, 22 Mar 2021 10:35:22 +0200 Subject: [PATCH] Reenabled keyboard and mouse tests --- tests/ClickAndKeyboardTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ClickAndKeyboardTest.php b/tests/ClickAndKeyboardTest.php index 6f7f785..c391883 100644 --- a/tests/ClickAndKeyboardTest.php +++ b/tests/ClickAndKeyboardTest.php @@ -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() @@ -73,5 +73,5 @@ public function test_clicks() $this->assertTrue( Str::contains($clusteer->getHtml(), 'mouse-3 clicked') ); - } */ + } }