Skip to content

Commit 22ea95c

Browse files
committed
Fix messages
1 parent c7fcea4 commit 22ea95c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

jdi-light-material-ui-tests/src/main/java/io/github/com/pages/displaydata/IconsPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class IconsPage extends WebPage {
1212
@UI(".MuiGrid-grid-xs-8 > svg")
1313
public static List<Icon> simpleIcons;
1414

15-
// @todo #5297 Fix locator to be more stable
15+
// @todo #5297 Fix locator to be more stable against div
1616
@UI("//p[@id='colorLastClick']/..//div/*")
1717
public static List<Icon> colorIcons;
1818

jdi-light-material-ui-tests/src/main/java/io/github/com/pages/navigation/TabPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class TabPage extends WebPage {
1010
@UI("h2+div[1] .MuiTabs-root")
1111
public static Tabs simpleTabs;
1212

13-
// @todo #5297 Fix locator to be more stable
13+
// @todo #5297 Fix locator to be more stable for layout
1414
@UI("//div[./h2[text()='Simple tabs']]/div[1]/div[@role='tabpanel' and not(@hidden)]")
1515
public static Container simplePanels;
1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
public class DatePickersMonthPage extends VuetifyPage {
1010

11-
// @todo #5298 Locators should use .v-picker class
11+
// @todo #5298 Locators should use .v-picker class for DatePickerMonth
1212
@JDatePickerMonth(
1313
root = "#AllowedMonthPicker > div")
1414
public static DatePickerMonth allowedMonthPicker;

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
@@ -8,7 +8,7 @@
88

99
public class TimePickersPage extends VuetifyPage {
1010

11-
// @todo #5298 Locators should use .v-picker class
11+
// @todo #5298 Locators should use .v-picker class for TimePickers
1212
@UI("#AllowedTimesTimePicker > div:nth-child(1)")
1313
public static TimePicker allowedTimesTimePicker;
1414

0 commit comments

Comments
 (0)