We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e249db + ebcdae4 commit b0056ffCopy full SHA for b0056ff
src/JoomlaBrowser.php
@@ -825,7 +825,7 @@ public function setFilter($label, $value)
825
public function verifyAvailableTabs($expectedTabs, $tabsLocator = ['xpath' => "//ul[@id='myTabTabs']/li/a"])
826
{
827
$I = $this;
828
- $actualArrayOfTabs = $I->grabMultiple($tabSelector);
+ $actualArrayOfTabs = $I->grabMultiple($tabsLocator);
829
$I->debug("Fetch the current list of Tabs in the edit view which is: " . implode(", ", $actualArrayOfTabs));
830
$url = $I->grabFromCurrentUrl();
831
$I->assertEquals($expectedTabs, $actualArrayOfTabs, "Tab Labels do not match on edit view of" . $url);
0 commit comments