nromanen / pratical_testing_2022

0 stars 2 forks source link

Adding a New Habit from "My Habits" Page with No Existing Habits #143

Open yanakhoma opened 1 year ago

yanakhoma commented 1 year ago

[TC-1855] : Adding a New Habit from "My Habits" Page with No Existing Habits

Description

This test case verifies that a registered user can add new habit from My habits page when a user doesn’t have any habits in the list.

Precondition

  1. The user is registered and is logged in.
  2. The user is on the "My Habits" page.
  3. The user doesn't have any habits in progress and any acquired habits.

Priority

High

Test Steps

Step No. Step Description Expected Result
1 Verify that the user is on the "My Habits" page. The user is on the "My Habits" page.
2 Verify the message and button The message "Hi Friend! Welcome to my habits. It seems you don't have habits in progress. Let's start to acquire a new one" and a button 'Add new habit' were seen by the user.
3 Click on the "Add new habit" button The user is redirected to the "All Habits list" page.

Requirements

https://github.com/ita-social-projects/GreenCity/issues/1855