Skip to content

Commit

Permalink
Fixed return type of the "testDragDropOntoHiddenItself" test
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Apr 9, 2024
1 parent 69ffd8f commit 538540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Js/JavascriptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function testDragDrop():void
}

// https://github.com/minkphp/MinkSelenium2Driver/pull/359
public function testDragDropOntoHiddenItself()
public function testDragDropOntoHiddenItself():void
{
$this->getSession()->visit($this->pathTo('/js_test.html'));
$webAssert = $this->getAssertSession();
Expand Down

0 comments on commit 538540b

Please sign in to comment.