# Red - Create Order using Rejected Store
## Test Scenarios
#### Test Scenario 1
```gherkin
Scenario: Successfully login with Rejected Store
Given the user is on Login Page Sinbad Red
And user's store status is 'Rejected'
When the user input store's phone number
And the user clicks 'Lanjutkan' button
And the user input correct OTP code
And the user clicks 'Verifikasi' button
Then user successfully logged in
And user redirects to Homepage
```
#### Test Scenario 2
```gherkin
Scenario: Show Pop-up notification when choosing a product
Given user's store status is 'Rejected'
And the user has logged in
And the user is on Sinbad Red Homepage
When the user search for a SKU
And the user clicks 'Tambah' button
Then show pop-up notification for filling required data
```
#### Test Scenario 3
```gherkin
Scenario: Show order status that has been made as pending order
Given user's store status is 'Rejected'
And the user has logged in
And the user has made an order
And the user is on Sinbad Red Homepage
When the user clicks 'Pesanan' bottom-nav button
And the user clicks 'Order' tab
Then redirects user to Order List Page
And show order status as 'Tertunda'
```
###### tags: `Sprint 16` `Ecommerce` `Red` `Sinbad`