ita-social-projects / StreetCode

MIT License
17 stars 8 forks source link

[Functional][Admin/News] It is unable to create news if the 'Посилання' field contains numbers #1770

Open mozhaieva opened 2 weeks ago

mozhaieva commented 2 weeks ago

Environment: All Reproducible: Always Build found: commit 07728f5

Preconditions:

  1. User is logged as admin
  2. The Page 'Новини' is opened

Test data:

  1. Заголовок - 'Тест 3'
  2. Посилання - 'test-3'
  3. Текст - 'Текст новини 3'

Steps to reproduce:

  1. Click on the 'Створити новину' button
  2. Input required fields (Заголовок, Посилання, Текст) with valid data
  3. Add 'Зображення'
  4. Choose 'Дата створення'
  5. Click on the 'Зберегти' button

Actual result The error message 'Посилання має містити лише малі латинські літери та дефіс' below the 'Посилання' field in the modal window 'Додати новину' appears. The news isn't created.

Expected result The news is created. The message 'Новину успішно додано/оновлено' appears

Image

User story #835 Test case #1769