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 9919a2a commit 1563c11Copy full SHA for 1563c11
tests/web/WebDriverTest.php
@@ -1024,6 +1024,10 @@ public function testBrowserTabs()
1024
$this->module->switchToNextTab(2);
1025
$this->module->seeInCurrentUrl('example1');
1026
$this->module->seeNumberOfTabs(3);
1027
+ $this->module->closeTab();
1028
+ $this->module->seeNumberOfTabs(2);
1029
1030
1031
}
1032
1033
public function testPerformOnWithArray()
0 commit comments