StreetCode icon indicating copy to clipboard operation
StreetCode copied to clipboard

[TC][Admin/Editor/Categories] [UI] Verify that the category table displays all required columns and action icons

Open ChornaOksana opened this issue 1 year ago • 0 comments

Priority: High

Objective: This test case verifies that the category table includes the columns and action icons in accordance with the mockup

Preconditions

  1. The user is logged in as an admin on Streetcode
  2. The user navigated to the "Едітор" section
  3. "Категорії" tab is opened
  4. At least one category exists in the table

Steps to reproduce

  1. Review the columns and icons displayed in the category table

Expected result

  1. The table includes the following columns:
  • "Назва" (Title)
  • "Зображення" (Image)
  • "Дії" (Actions)
  1. The "Дії" (Actions) column contains:
  • A "pencil" icon for editing - "Редагувати"
  • A "trash bin" icon for deleting - "Видалити"

User story: https://github.com/ita-social-projects/StreetCode/issues/833 Epic: https://github.com/ita-social-projects/StreetCode/issues/998

ChornaOksana avatar Jul 23 '24 18:07 ChornaOksana