Skip to content

Commit

Permalink
Merge pull request #5476 from jdi-testing/5365
Browse files Browse the repository at this point in the history
#5365 fix locators
  • Loading branch information
pnatashap authored Apr 17, 2024
2 parents f309667 + b30ceca commit a879e85
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ public class InputsPage extends VuetifyPage {
@UI("#ErrorCountInput2")
public static Input fewErrorsCountInput;

// @todo #5298 Locators shoud use classes to search elements
@UI("//form[@id='HideDetailsInput']/div[1]")
@UI("#HideDetailsInput .v-input--hide-details")
public static Input hideDetailsMainInput;

@UI("//form[@id='HideDetailsInput']/div[2]")
@UI("#HideDetailsInput .v-input:nth-child(2)")
public static Input hideDetailsAnotherInput;

@UI(".v-input--switch")
public static Input showMessagesInput;

@UI("//div[@id='HintInput']/div[contains(@class, 'v-input')][2]")
@UI("#HintInput .v-input:nth-child(2)")
public static Input hintInput;

@UI("//span[text()[contains(., 'Toggle loading')]]")
Expand Down

0 comments on commit a879e85

Please sign in to comment.