Skip to content

Commit

Permalink
Update test-cases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KseniyaKerzhner authored Mar 14, 2024
1 parent ba88300 commit e5af89e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions test-cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,29 @@
- Нажимаем кнопку «Сart»
expected-result: |
Выбранный товар должен отобразится в корзине
- summary: |
Проверка очистки корзины
requirement: |
При нажатии кнопки Clear cart товары должны удалится
prerequisites: |
В корзину должен быть добавлен товар
test-data: |
no test-data
steps:
- Нажимаем кнопку Clear cart
expected-result: |
Корзина пустая
- summary: |
Успешный переход из корзины обратно в каталог
requirement: |
При нажатии кнопки Continue shopping из корзины происходит переход в каталог товаров
prerequisites: |
Открыта корзина на сайте https://hexlet-products-store.vercel.app/
test-data: |
no test-data
steps:
- Нажимаем кнопку Continue shopping
expected-result: |
Происходит переход в каталог товаров

0 comments on commit e5af89e

Please sign in to comment.