jdi-testing / jdn-ai

JDN – is the Chrome plugin for UI test automation. It helps Software Test Automation Engineer to create Page Objects for the test automation framework and start test development fast
MIT License
9 stars 3 forks source link

[High][Vividus] РО сгенерированный с locator type CSS selector сохраняется в файл как xpath #1480

Closed Lisa5876 closed 1 year ago

Lisa5876 commented 1 year ago

JDN v 3.14.1 Back-end v 0.2.40

РО сгенерированный с locator type CSS selector сохраняется в файл как xpath Шаги воспроизведения:

1.Поищите локаторы элементов на страничке https://jdi-testing.github.io/jdi-light/html5.html Framework - Vividus Library - HTML5 (dropdown is disabled) Annotation - @Findby Locators type - CSS selector

  1. Выделите любые локаторы и сохраните объект; 3.Нажмите Download all;
  2. Откройте проект в idea;
  3. Перейдите в в /src/main/resources/properties/suite/web_app/pages.properties

Фактический результат: В локаторе в скобках указан xpath

2023-08-24_15h37_06 2023-08-24_15h37_55

Ожидаемый результат: В файле у локаторов locator type - CSS selector

kostrubin commented 1 year ago

3.14.2

Lisa5876 commented 1 year ago

JDN v 3.14.2 Back-end v 0.2.40 test result - pass

2023-08-25_13h46_33 2023-08-25_13h46_24