Commit 92526bd0 authored by Sam Saccone's avatar Sam Saccone

🍕 remove ul requirement

parent 07353bcd
......@@ -44,7 +44,7 @@ module.exports = function Page(browser) {
};
this.getFiltersElementXpath = function () {
return !idSelectors ? '//ul[@id="filters"]' : '//ul[contains(@class, "filters")]';
return !idSelectors ? '//*[@id="filters"]' : '//*[contains(@class, "filters")]';
};
this.getFilterXpathByIndex = function (index) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment