Fix ClientScopeForm
(cherry picked from commit 7edd674)
This commit is contained in:
parent
5a0711655a
commit
1569cf7fb5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import org.openqa.selenium.support.FindBy;
|
|||
*/
|
||||
public class ClientScopeForm extends Form {
|
||||
|
||||
@FindBy(className = "onoffswitch")
|
||||
@FindBy(xpath = ".//div[@class='onoffswitch' and ./input[@id='fullScopeAllowed']]")
|
||||
private OnOffSwitch fullScopeAllowedSwitch;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue