Skip to content

Commit 6196943

Browse files
webmaster777Naktibalda
authored andcommitted
Test: close first tab and close all tabs
1 parent 072a0b7 commit 6196943

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
@@ -1036,6 +1036,10 @@ public function testBrowserTabs()
10361036
$this->module->switchToNextTab(2);
10371037
$this->module->seeInCurrentUrl('example1');
10381038
$this->module->seeNumberOfTabs(3);
1039+
$this->module->closeTab();
1040+
$this->module->seeNumberOfTabs(2);
1041+
$this->module->closeTab();
1042+
$this->module->closeTab();
10391043
}
10401044

10411045
public function testPerformOnWithArray()

0 commit comments

Comments
 (0)