Skip to content

Commit e89689a

Browse files
committed
auto updated documentation
1 parent 7764762 commit e89689a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/modules/AngularJS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,9 +1652,9 @@ An offset can be specified.
16521652
16531653
<?php
16541654
// switch to previous tab
1655-
$I->switchToNextTab();
1655+
$I->switchToPreviousTab();
16561656
// switch to 2nd previous tab
1657-
$I->switchToNextTab(-2);
1657+
$I->switchToPreviousTab(2);
16581658
16591659
{% endhighlight %}
16601660

docs/modules/WebDriver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,9 +1807,9 @@ An offset can be specified.
18071807
18081808
<?php
18091809
// switch to previous tab
1810-
$I->switchToNextTab();
1810+
$I->switchToPreviousTab();
18111811
// switch to 2nd previous tab
1812-
$I->switchToNextTab(-2);
1812+
$I->switchToPreviousTab(2);
18131813
18141814
{% endhighlight %}
18151815

0 commit comments

Comments
 (0)