We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd65ff6 commit 18e912aCopy full SHA for 18e912a
tests/interactions/internal/WebDriverContextClickActionTest.php
@@ -20,7 +20,7 @@ public function setUp()
20
);
21
}
22
23
- public function testPerformSendsMouseDownCommand()
+ public function testPerformSendsContextClickCommand()
24
{
25
$coords = $this->getMockBuilder('WebDriverCoordinates')->disableOriginalConstructor()->getMock();
26
$this->webDriverMouse->expects($this->once())->method('contextClick');
0 commit comments