File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
jdi-light-material-ui-tests/src/main/java/io/github/com/pages
jdi-light-vuetify-tests/src/main/java/io/github/com/pages Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class IconsPage extends WebPage {
12
12
@ UI (".MuiGrid-grid-xs-8 > svg" )
13
13
public static List <Icon > simpleIcons ;
14
14
15
- // @todo #5297 Fix locator to be more stable
15
+ // @todo #5297 Fix locator to be more stable against div
16
16
@ UI ("//p[@id='colorLastClick']/..//div/*" )
17
17
public static List <Icon > colorIcons ;
18
18
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public class TabPage extends WebPage {
10
10
@ UI ("h2+div[1] .MuiTabs-root" )
11
11
public static Tabs simpleTabs ;
12
12
13
- // @todo #5297 Fix locator to be more stable
13
+ // @todo #5297 Fix locator to be more stable for layout
14
14
@ UI ("//div[./h2[text()='Simple tabs']]/div[1]/div[@role='tabpanel' and not(@hidden)]" )
15
15
public static Container simplePanels ;
16
16
Original file line number Diff line number Diff line change 8
8
9
9
public class DatePickersMonthPage extends VuetifyPage {
10
10
11
- // @todo #5298 Locators should use .v-picker class
11
+ // @todo #5298 Locators should use .v-picker class for DatePickerMonth
12
12
@ JDatePickerMonth (
13
13
root = "#AllowedMonthPicker > div" )
14
14
public static DatePickerMonth allowedMonthPicker ;
Original file line number Diff line number Diff line change 8
8
9
9
public class TimePickersPage extends VuetifyPage {
10
10
11
- // @todo #5298 Locators should use .v-picker class
11
+ // @todo #5298 Locators should use .v-picker class for TimePickers
12
12
@ UI ("#AllowedTimesTimePicker > div:nth-child(1)" )
13
13
public static TimePicker allowedTimesTimePicker ;
14
14
You can’t perform that action at this time.
0 commit comments