Skip to content

Commit ebcdae4

Browse files
committed
Silly Mistake, needs quick merge!
1 parent 1cab803 commit ebcdae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ public function setFilter($label, $value)
834834
public function verifyAvailableTabs($expectedTabs, $tabsLocator = ['xpath' => "//ul[@id='myTabTabs']/li/a"])
835835
{
836836
$I = $this;
837-
$actualArrayOfTabs = $I->grabMultiple($tabSelector);
837+
$actualArrayOfTabs = $I->grabMultiple($tabsLocator);
838838
$I->debug("Fetch the current list of Tabs in the edit view which is: " . implode(", ", $actualArrayOfTabs));
839839
$url = $I->grabFromCurrentUrl();
840840
$I->assertEquals($expectedTabs, $actualArrayOfTabs, "Tab Labels do not match on edit view of" . $url);

0 commit comments

Comments
 (0)