Fix ClientScopeForm

(cherry picked from commit 7edd674)
This commit is contained in:
Vaclav Muzikar 2016-02-10 14:12:16 +01:00
parent 5a0711655a
commit 1569cf7fb5

View file

@ -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;