BurhanH / TestAutomationCourse-python-ui-project

Python UI project for Test Automation Course
MIT License
7 stars 10 forks source link

The card for Book Store Application is not fully clickable #6

Closed mariasmart7 closed 2 years ago

mariasmart7 commented 2 years ago

When I performed a test it is failed for Book Store Application's link. The element is not clickable in the second part of the card

selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element

...
is not clickable at point (126, 726). Other element would receive the click:

mariasmart7 commented 2 years ago
Screenshot 2022-05-25 at 15 55 28
Stan575 commented 2 years ago

Footer overlay receives click instead of the last card. Need to scroll all the way down before click.

Stan575 commented 2 years ago

Fix: SA-RF :: Refactor test_tools_qa #7