nromanen / pratical_testing_2022

0 stars 2 forks source link

[5404.7] Add new custom habit with invalid Short description #152

Open Neolla7 opened 1 year ago

Neolla7 commented 1 year ago

[TC-5404.7] : Add new custom habit with invalid Short description

Description

Add new custom habit with invalid Short description

Precondition

• Registered User logged in • "Create habit" template page is open • User has less than 6 habits in progress

Priority

Medium

Input data

Habit_title: "Use a bike instead of a car"

Short_description: "", "fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"

Notification_message: "The Short description should be from 5 to 100 symbols"

Test Steps

Step No. Step description Expected result
1. Enter #Habit_title into the "Habit title" field #Habit_title text is visible
2. Choose 1 thematic section The chosen thematic section is highlighted
3. Enter #Short_description into the "Short description" field The #Notification_message is shown
4. Select 14 days habit duration 14 days habit duration is visible
5. Click on the “Add habit” button The #Notification_message is shown. The "Short description" field is highlighted in red.

Requirement

5404