Skip to content

Commit

Permalink
4938-rippleTestsAfter2ndRebaseFix2
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaElf committed Aug 24, 2023
1 parent 993ea81 commit 77f5f2a
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,20 +275,20 @@ protected UIElement getRipple() {
}
protected UIElement centeredCheckbox() {
return new UIElement(By.xpath(format(centeredCheckboxLocator,
core().locator.printLocator().replace(smartSharp, "")
.replace(cssSharp, "").replace("'", ""))));
core().locator.printLocator().replace(smartSharp, "")
.replace(cssSharp, "").replace("'", ""))));
}

protected UIElement disabledCheckbox() {
return new UIElement(By.xpath(format(disabledCheckboxLocator,
core().locator.printLocator().replace(smartSharp, "")
.replace(cssSharp, "").replace("'", ""))));
core().locator.printLocator().replace(smartSharp, "")
.replace(cssSharp, "").replace("'", ""))));
}

protected UIElement unboundedCheckbox() {
return new UIElement(By.xpath(format(unboundedCheckboxLocator,
core().locator.printLocator().replace(smartSharp, "")
.replace(cssSharp, "").replace("'", ""))));
core().locator.printLocator().replace(smartSharp, "")
.replace(cssSharp, "").replace("'", ""))));
}

protected UIElement getRadiusInput() {
Expand Down

0 comments on commit 77f5f2a

Please sign in to comment.