As a User
I needa user-friendly and intuitive Apply button to use promotions
So thatI can use up a valid promotion
Acceptance Criteria
Given I am on the promotions page as a user
When I enter valid promotion id,
And the promotion is available
Then the system should show use up a promotion
Given I am on the promotions page as a user
When I enter valid promotion id,
And the promotion is expired
Then the system should show expired promotion error message
Given I am on the promotions page as a user
When I enter valid promotion id,
And the promotion is inactive
Then the system should show inactive promotion error message
Given I am on the promotions page as a user
When I enter valid promotion id,
And the promotion is promotion has been used up(the number is 0)
Then the system should show unavailable promotion error message
As a User I needa user-friendly and intuitive Apply button to use promotions So thatI can use up a valid promotion
Acceptance Criteria