ita-social-projects / StreetCode

MIT License
19 stars 8 forks source link

Admin [Interesting facts block] Verify if Admin can add a new fact via "+" button #356

Open DariaAntonenko opened 1 year ago

DariaAntonenko commented 1 year ago

Priority: high

Description: Test case verifies if the Admin can add a new fact via the "+" button

Preconditions The user is logged in as an admin on the "Новий стріткод" page

Steps to reproduce

  1. Navigate to the "Interesting facts" section "Wow - факти"
  2. Click on the "+" button
  3. Add an image ('.jpeg','.png'), title ( Премія Романа Ратушного) and text ( Український журналіст, публіцист і письменник Вахтанг Кіпіані від імені «Історичної правди» ініціював заснування іменної премії Романа Ратушного для молодих авторів за публікації, що стосуються історії Києва. Гроші на започаткування премії дали батьки Романа.) into corresponding fields.
  4. Click on the "Зберегти" button

Expected result The new fact is successfully added, the user can close the modal window by clicking on the "x" close button. Upon closing, a message should appear, stating: "Внесені зміни не будуть збережені!"

Postcondition Delete the newly created fact

User story:

123

Related bug:

arisssha commented 5 months ago

Adjusted Precondition, Introduced Postcondition, and Implemented Improvement.