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 590acfe commit 4cbc1e3Copy full SHA for 4cbc1e3
jdi-light-vuetify-tests/src/main/java/io/github/com/pages/TimePickersPage.java
@@ -65,6 +65,6 @@ public class TimePickersPage extends VuetifyPage {
65
public static Input inputForDialogTimePicker;
66
@UI("div[role='dialog']")
67
public static Dialog dialogForTimePicker;
68
- @UI("div.v-dialog__content > .v-picker--time")
+ @UI("div.v-dialog__content .v-picker--time")
69
public static TimePicker timePickerInDialog;
70
}
0 commit comments