Skip to content

[Critical] Удалить несуществующий метод data-qa #1659

Description

@mobilisf

Environment details (please complete the following information):
JDN v 3.15.2 Back-end v 0.2.64

Describe the bug
Убрать несуществующие (тестовые qa) методы data-qa и data-qa-id.

To Reproduce

  1. Запустить Вивидус на сайте https://www.otto.de/damen/
  2. Отфильтровать по TextArea
  3. Сохранить с data-qa или data-qa-id
    image
  4. Локатор изменился - проблема в том, что метода dataQaId не существует
    image

Expected result
На самом деле - для вивидуса такие дата атрибуты нужно давать пользователю выбор из двух вариатов

  1. variables.DamenmodeOnlineKaufenFashionShopFuerDamenOttoPage.TextArea.textarea=By.cssSelector(*[data-qa-id='search-field'])
  2. variables.DamenmodeOnlineKaufenFashionShopFuerDamenOttoPage.TextArea.textarea=By.xPath(//*[@data-qa-id='search-field'])

Это должно отображаться в выпадушке выбора типа локатора.
Сейчас там - image
А должно быть две опции
CSS Selector for data-qa-id "search-field"
и
xPath for data-qa-id "search-field"

Выбор одного из вариантов соответственно превращается в

  1. variables.DamenmodeOnlineKaufenFashionShopFuerDamenOttoPage.TextArea.textarea=By.cssSelector(*[data-qa-id='search-field'])
  2. variables.DamenmodeOnlineKaufenFashionShopFuerDamenOttoPage.TextArea.textarea=By.xPath(//*[@data-qa-id='search-field'])
    соответственно

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

PizzaFeedbacktasks related to user's feedbackbugSomething isn't working

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions