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 072a0b7 commit 6196943Copy full SHA for 6196943
tests/web/WebDriverTest.php
@@ -1036,6 +1036,10 @@ public function testBrowserTabs()
1036
$this->module->switchToNextTab(2);
1037
$this->module->seeInCurrentUrl('example1');
1038
$this->module->seeNumberOfTabs(3);
1039
+ $this->module->closeTab();
1040
+ $this->module->seeNumberOfTabs(2);
1041
1042
1043
}
1044
1045
public function testPerformOnWithArray()
0 commit comments