# WHITE - Sprint 17 > Set Status Order as Accepted when comes from Sinbad White > End to End Testing ## Test Scenarios #### Test Scenario 1 ```gherkin Scenario: As a Sales, I want to create order for a store from White Given the user login to Sinbad White And the user is on Sinbad White Homepage When the user clicks 'Journey' icon And the user clicks store A And the user clicks 'Order' menu button And the user choose SKU(s) And the user clicks 'Keranjang' icon And the user clicks 'Checkout' button And the user choose payment method And the user clicks 'Buat Pesanan' button Then order successfully created for store A from White ``` #### Test Scenario 2 ```gherkin Scenario: As an Admin, I should be able to see order from White with status order 'Accepted' Given the user login to SSC And the user is on SSC Homepage When the user clicks 'OMS' tab section Then show newly created order from White And show order status as 'Accepted' ``` > API Side Testing ## Test Scenarios #### Test Scenario 1 ```gherkin Scenario: As a Sales, I want to create order for a store from White Given the user login to Sinbad White When Then ``` #### Test Scenario 2 ```gherkin Scenario: As an Admin, I should be able to see order from White with status order 'Accepted' Given the user login to SSC When Then ``` ###### tags: `Sprint 17` `White` `Sinbad`