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