File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments