nromanen / pratical_testing_2022

0 stars 2 forks source link

( Calendar ) clicking on the calendar's current day button #223

Open gavrtv opened 1 year ago

gavrtv commented 1 year ago

Date Time 23-06-2023 21:55

Severity Major

Priority Medium

Environment: OS: Windows 10 Home Browser: Google Chrome version 114.0.5735.134 Reproducible: always

Pre-conditions Registered user is logged in "My space" page is open User already has at least 3 habit

Steps to Reproduce Steps to reproduce the behavior:

  1. Click on the border of the current day button in the calendar.

Expected result The page displays a pop-up window with a list of habits

Actual result The pop-up window with the list of habits is not displayed on the page, because: with a display resolution of 1024 907 and more, the active area of the calendar icon is configured so that only when hovering over its central part, the action takes place. When expanding 1023 907 to 474 * 907, the entire icon area is active, and a popup with a list of habits is displayed. The format of the icon changes from a round shape to a rectangular one.

Video https://github.com/nromanen/pratical_testing_2022/assets/130498642/f0a68122-b988-442a-a2a5-d0673eba8927

User story and test case link User story Mark / Unmark habits in progress on a Calendar on My habits page #1431