Skip to content

Commit 1563c11

Browse files
webmaster777Naktibalda
authored andcommitted
Test: close first tab and close all tabs
1 parent 9919a2a commit 1563c11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/web/WebDriverTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,10 @@ public function testBrowserTabs()
10241024
$this->module->switchToNextTab(2);
10251025
$this->module->seeInCurrentUrl('example1');
10261026
$this->module->seeNumberOfTabs(3);
1027+
$this->module->closeTab();
1028+
$this->module->seeNumberOfTabs(2);
1029+
$this->module->closeTab();
1030+
$this->module->closeTab();
10271031
}
10281032

10291033
public function testPerformOnWithArray()

0 commit comments

Comments
 (0)