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] Scrolling to target locator on locator page doesn't work #1644

Closed AlexeyGirin closed 7 months ago

AlexeyGirin commented 7 months ago

Environment details (please complete the following information): JDN v 3.15.0 Back-end v 0.2.64 Win10 Chrome Version 121.0.6167.161 (Official Build) (64-bit)

Describe the bug Scrolling to target locator on locator page doesn't work

To Reproduce Steps to reproduce the behavior:

  1. Go to page https://jdi-testing.github.io/jdi-light/html5.html (Login: Roman / Pass: Jdi1234)
  2. Search All locators for page image
  3. Scroll page to the bottom
  4. Click on any cover block

Actual behavior System selects coverage block, but nothing else happens

Expected behavior System selects coverage block, system scroll list of locators to make selected locator visible

Iogsotot commented 7 months ago

https://github.com/jdi-testing/jdn-ai/pull/1650 Release 3.15.1: with Hotfix 1644

mobilisf commented 7 months ago

Validated on JDN v 3.15.1 Back-end v 0.2.64 After selecting coverage block, system scrolls to selected locator in the list.