Skip to content

Commit

Permalink
test: fixed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdowdle committed Aug 17, 2023
1 parent dcbae1b commit e26565b
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 endpoint for path "/kitchen-sink" returns fixture "/landingpage/full-form" with status 200
And site endpoint returns fixture "/site/reference" with status 200
And the page endpoint for path "/kitchen-sink" returns fixture "/landingpage/full-form" with status 200
And the 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 e26565b

Please sign in to comment.