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

[Critical] xPath + JDI annotation copy works wrong #1430

Closed AlexeyGirin closed 1 year ago

AlexeyGirin commented 1 year ago
  1. Начните создавать ПО для всех локаторов со следующими параметрами для страницы https://jdi-testing.github.io/jdi-light/contacts.html: image
  2. Возьмите любой локатор и скопируйте xPath + JDI annotation image

Наблюдаем: @UI}("//*[@class='logout']/button")

__Ожидаем: @UI("//*[@class='logout']/button")

Iogsotot commented 1 year ago

Fixed https://github.com/jdi-testing/jdn-ai/pull/1437 3.13.544

AlexeyGirin commented 1 year ago

Fixed.