As a eCommerce manager
I need a UI to query order by customer ID
So that I can read order by specific customer ID in the system
Details and Assumptions
Add query filter by customer ID
Acceptance Criteria
Given background
When I visit the "Home Page"
And I press the "searchbycustomerid" button
And I set the "Customer ID" to "111"
And I press the "searchcustomerid" button
Then I should see the message "Success"
And I should see "111" in the results
And I should not see "222" in the results
And I should not see "333" in the results
And I should not see "444" in the results
As a eCommerce manager I need a UI to query order by customer ID So that I can read order by specific customer ID in the system
Details and Assumptions
Add query filter by customer ID
Acceptance Criteria