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] Во время множественного копирования локаторов система начинает экранировать все кавычки кроме двух на всю группу, а не двух на кадлый локатор #1431

Closed AlexeyGirin closed 1 year ago

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

Наблюдаем:

@UI}("//*[@class='logout']/button\")
@UI}(\"//*[@index='5']//*[@index='9']/a\")
@UI}(\"//*[contains(text(), 'User Table ')]\")
@UI}(\"//*[@class='dropdown salad']/ul/li[3]/a")

Ожидаем:

@UI("//*[@class='logout']/button")
@UI("//*[@index='5']//*[@index='9']/a")
@UI("//*[contains(text(), 'User Table ')]")
@UI("//*[@class='dropdown salad']/ul/li[3]/a")
MariiaNebesnova commented 1 year ago

3.13.547

Lisa5876 commented 1 year ago

JDN v 3.13.547 Back-end v 0.2.40 Test result - passed

https://github.com/jdi-testing/jdn-ai/assets/89458651/1c922365-2a0f-491d-ae2f-cff3dd92b0f3