Skip to content

Commit

Permalink
test: fix incorrectly named step
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdowdle committed Aug 17, 2023
1 parent 1c93349 commit 1493fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/nuxt-app/test/features/landingpage/forms.feature
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Feature: Forms
@mockserver
Scenario: Error summary
Given the mock server has started
And page api returns fixture "/landingpage/full-form" with status 200
And site api returns fixture "/site/reference" with status 200
And page endpoint for path "/kitchen-sink" returns fixture "/landingpage/full-form" with status 200
And site endpoint returns fixture "/site/reference" with status 200
Given I visit the page "/kitchen-sink"
Then the landing page component "TideLandingPageWebForm" should exist
And the form with ID "full_form" should exist
Expand Down

0 comments on commit 1493fd9

Please sign in to comment.