Skip to content

Commit

Permalink
Add missing resetButton
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkxin committed Aug 29, 2024
1 parent 303be93 commit ff25572
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ public class OptionsPage {
@FindBy(css = "#form-link-text-always-escape-brackets [name='enabled']")
public WebElement enableLinkTextAlwaysEscapeBrackets;

@FindBy(id = "reset")
public WebElement resetButton;

public OptionsPage(WebDriver driver) {
PageFactory.initElements(driver, this);
}
}
}

0 comments on commit ff25572

Please sign in to comment.