We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc0e6f commit 9101b31Copy full SHA for 9101b31
jdi-light-angular/src/main/java/com/epam/jdi/light/angular/elements/common/SlideToggle.java
@@ -35,7 +35,7 @@ public boolean isDisabled() {
35
36
@Override
37
public Label label() {
38
- return new Label().setCore(Label.class, core().find("//label"));
+ return new Label().setCore(Label.class, core().find(".//label"));
39
}
40
41
@JDIAction("Get if '{name}' element label is in before position")
0 commit comments