-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,7 @@ | |
test-data: | | ||
Логин=Ivanov Пароль=Ivan333 Почта[email protected] Телефон=79935828033 | ||
steps: | ||
- Ввести логин. | ||
- Ввести логин | ||
- Ввести пароль | ||
- Ввести почту | ||
- Ввести телефон | ||
|
@@ -136,5 +136,23 @@ | |
expected-result: | | ||
- Пользователь зарегистрирован | ||
- summary: | # Тест- кейс №9 | ||
Оплата заказа | ||
requirement: | | ||
- Для оплаты заказа товара пользователь должен быть загеристрирован на сайте | ||
prerequisites: | | ||
Открыта страница Корзины | ||
test-data: | | ||
нет данных | ||
steps: | ||
- Добавить товар в корзину | ||
- Перейти в Корзину | ||
- Нажать на Кнопку Оформить заказ | ||
- Убедиться что пользователь автоматически перешел на страницу оплаты заказа # в Девтулс во вкладке Нетворк отправятся запрсы на сервер со статусом 200 | ||
expected-result: | | ||
- Пользователь зарегистрирован | ||
|
||
|
||
|