Skip to content

Commit 18e912a

Browse files
committed
Fixed test method name
1 parent bd65ff6 commit 18e912a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/interactions/internal/WebDriverContextClickActionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function setUp()
2020
);
2121
}
2222

23-
public function testPerformSendsMouseDownCommand()
23+
public function testPerformSendsContextClickCommand()
2424
{
2525
$coords = $this->getMockBuilder('WebDriverCoordinates')->disableOriginalConstructor()->getMock();
2626
$this->webDriverMouse->expects($this->once())->method('contextClick');

0 commit comments

Comments
 (0)