nromanen / pratical_testing_2022

0 stars 2 forks source link

Display order of items in the "To-do list" #159

Open machechka opened 1 year ago

machechka commented 1 year ago

[TC-#159] : Display order of items in the "To-do list"

Description

Display order of items in the "To-do list"

Precondition

  1. The registered user is logged in
  2. User is on the "My habits" page
  3. User has at least 1 habit in progress

Priority

High

Test Steps

Step No. Step description Expected result
1. Click on the "Edit button" for added habit on the "My habits" page The user is redirected to the "Habits" page edit mode
The input field with “+” button is located on the bottom of the list
The 3 items are displayed by default
Recommended by the system items are displayed in alphabetical order
The "Scrollbar" is displayed on the right side of the item's name
2. Click on the "+" button in the "To-do list" The selected item is displayed on the top of the list with the “-” button
The unselected item by user is displayed with the "+" button
4. Hover the cursor over the item The whole item's name is displayed on pop-up
5. Remove any item from the "To-do list" clicking on the “-” button The "-" button is replaced with the "+" button
6. Add any item from the "To-do list" clicking on the “+” button The "+" button is replaced with the "-" button
7. The system is not displayed 3 item's by default the text "No items to recommend" is displayed in the "To-do list" text area