Skip to content

Commit 527b4eb

Browse files
committed
Fix asserts material ui
1 parent b3a585f commit 527b4eb

File tree

1 file changed

+2
-2
lines changed
  • jdi-light-material-ui/src/main/java/com/epam/jdi/light/material/asserts/inputs

1 file changed

+2
-2
lines changed

jdi-light-material-ui/src/main/java/com/epam/jdi/light/material/asserts/inputs/RadioAssert.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class RadioAssert extends UISelectAssert<RadioAssert, RadioButtons> {
1414
* Checks that {@link RadioButtons} has position meets the given condition.
1515
*
1616
* @param index expected index condition of Radio button in the list of Radio buttons' label
17-
* @param labelPosition expected position label condition (e.g. "top", "start", topCenter")
17+
* @param labelPosition expected position label condition (e.g. "top", "start", topCenter")
1818
* @return this {@link RadioAssert} instance
1919
*/
2020
@JDIAction(value = "Assert that '{name}' radio button '{0}' label has position '{1}'", isAssert = true)
@@ -27,7 +27,7 @@ public RadioAssert position(int index, Position labelPosition) {
2727
* Checks that {@link RadioButtons} has position meets the given condition.
2828
*
2929
* @param label expected label condition of Radio button in the list of Radio buttons' label
30-
* @param labelPosition expected position label condition (e.g. "top", "start", topCenter")
30+
* @param labelPosition expected position label condition (e.g. "top", "start", topCenter")
3131
* @return this {@link RadioAssert} instance
3232
*/
3333
@JDIAction(value = "Assert that '{name}' radio button '{0}' label has position '{1}'", isAssert = true)

0 commit comments

Comments
 (0)