StreetCode
StreetCode copied to clipboard
[TC][Admin/Editor/Categories] [Functionality] Verify that the modal window opens and displays all required fields
Priority: High
Objective:
This test case verifies that the modal window opens and displays all required fields after clicking the button to add a new category.
Preconditions:
- The user is logged in as an admin on Streetcode
- The user navigated to the "Едітор" section
- "Категорії" tab is opened
Steps to reproduce:
- Click the "Додати категорію" button to open the modal window
- Review the contents of the opened modal window
Expected result:
-
The modal window opens when "Додати категорію" button is clicked
-
The modal window displays the following fields:
- Назва (Title): A required text field with the 1-23 character length.
- Зображення (Image): A required field to uploaded the image.
- "Зберегти" button: A "Зберегти" button to save a new category. The "Зберегти" button should remain disabled until all required fields are filled out.
User story: #833