Skip to content

Commit

Permalink
test(cypress): update e2e httpbin/form.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Oct 7, 2023
1 parent f6df821 commit c7f13a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/httpbin/form.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Feature: httpbin
When I click on label "Small"
And I click on label "Bacon"
And I click on label "Extra Cheese"
When I find elements by label text "Preferred delivery time"
And I count 1 element
When I find element by label text "Preferred delivery time"
And I type "12:00"
When I find element by name "comments"
Expand Down

0 comments on commit c7f13a7

Please sign in to comment.