Skip to content

Commit

Permalink
#5366 fix locators
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Apr 2, 2024
1 parent 1b2d9ab commit c734a0b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

public class SheetsPage extends VuetifyPage {

// @todo #5298 Looks like locator point not to sheet, but on content. SHould be refactored
@UI("#ElevationSheet .v-sheet div")
@UI("#ElevationSheet .v-sheet .v-sheet")
public static List<Sheet> elevationSheets;

@UI("(//*[@id = 'RoundedSheet']//*[contains(@class, 'mx-auto')])[1]")
Expand Down

0 comments on commit c734a0b

Please sign in to comment.