Skip to content

Commit 1cab803

Browse files
committed
Updating According to the comments
1 parent 6dc03b3 commit 1cab803

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/JoomlaBrowser.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -826,12 +826,12 @@ public function setFilter($label, $value)
826826
/**
827827
* Function to Verify the Tabs on a Joomla! screen
828828
*
829-
* @param Array $expectedTabs Expected Tabs on the Page
830-
* @param String $tabSelector Selector for the Tabs in Edit View
829+
* @param Array $expectedTabs Expected Tabs on the Page
830+
* @param Mixed $tabsLocator Locator for the Tabs in Edit View
831831
*
832832
* @return void
833833
*/
834-
public function verifyAvailableTabs($expectedTabs, $tabSelector = ['xpath' => "//ul[@id='myTabTabs']/li/a"])
834+
public function verifyAvailableTabs($expectedTabs, $tabsLocator = ['xpath' => "//ul[@id='myTabTabs']/li/a"])
835835
{
836836
$I = $this;
837837
$actualArrayOfTabs = $I->grabMultiple($tabSelector);

0 commit comments

Comments
 (0)