nromanen / pratical_testing_2022

0 stars 2 forks source link

[GC: My habits] Verify display of newly added habit on top of habits list #167

Open khomchuk20 opened 1 year ago

khomchuk20 commented 1 year ago

[TC-100.7] : Verify display of newly added habit on top of habits list

Description

This test case verifies that when a new habit is added, it is displayed on the top of the list of all habits on the "My Habits" page.

Precondition

The user is on the "My Habits" page.

Priority

Medium

Input data

Newly added habit information

Test Steps

Step No. Step description Expected result
1. Add a new habit. The habit is added successfully.
2. Refresh the "My Habits" page. The newly added habit is displayed on the top of the habits list.

Expected Result

The newly added habit is displayed on the top of the list of all habits on the "My Habits" page.

Requirement

Link for corresponding requirements