Skip to content

Commit

Permalink
#5369 fix locators
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Apr 27, 2024
1 parent 02f7a30 commit 590acfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ public class TimePickersPage extends VuetifyPage {
public static Input inputForDialogTimePicker;
@UI("div[role='dialog']")
public static Dialog dialogForTimePicker;
@UI("div.v-dialog__content > > .v-picker--time")
@UI("div.v-dialog__content > .v-picker--time")
public static TimePicker timePickerInDialog;
}

0 comments on commit 590acfe

Please sign in to comment.