Skip to content

Commit 4cbc1e3

Browse files
committed
#5369 fix locators
1 parent 590acfe commit 4cbc1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdi-light-vuetify-tests/src/main/java/io/github/com/pages/TimePickersPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ public class TimePickersPage extends VuetifyPage {
6565
public static Input inputForDialogTimePicker;
6666
@UI("div[role='dialog']")
6767
public static Dialog dialogForTimePicker;
68-
@UI("div.v-dialog__content > .v-picker--time")
68+
@UI("div.v-dialog__content .v-picker--time")
6969
public static TimePicker timePickerInDialog;
7070
}

0 commit comments

Comments
 (0)