Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #397 from Cognifide/core-components-form-component…
Browse files Browse the repository at this point in the history
…s-handling-fixes

Fix the Default Checkbox element locator
  • Loading branch information
mkrzyzanowski authored Dec 12, 2019
2 parents fdad29b + 378811e commit 42e9885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Default implementation of {@link Checkbox}
*/
@PageObject(xpath = "//*[contains(@class,'coral3-Checkbox')]/..")
@PageObject(css = "coral-checkbox")
public class DefaultCheckbox implements Checkbox {

@FindBy(css = ".coral3-Checkbox-input")
Expand Down

0 comments on commit 42e9885

Please sign in to comment.