From c734a0b1a554f723a920d8ac02653cb386873ae5 Mon Sep 17 00:00:00 2001 From: Natalia Pozhidaeva Date: Tue, 2 Apr 2024 14:14:51 -0500 Subject: [PATCH] #5366 fix locators --- .../src/main/java/io/github/com/pages/SheetsPage.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jdi-light-vuetify-tests/src/main/java/io/github/com/pages/SheetsPage.java b/jdi-light-vuetify-tests/src/main/java/io/github/com/pages/SheetsPage.java index 562c81016e..7c31c72f77 100644 --- a/jdi-light-vuetify-tests/src/main/java/io/github/com/pages/SheetsPage.java +++ b/jdi-light-vuetify-tests/src/main/java/io/github/com/pages/SheetsPage.java @@ -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 elevationSheets; @UI("(//*[@id = 'RoundedSheet']//*[contains(@class, 'mx-auto')])[1]")