Skip to content

Commit

Permalink
Merge pull request #1 from dpc-sdp/task/add-wizard-fixture
Browse files Browse the repository at this point in the history
Task/add wizard fixture
  • Loading branch information
bgilhome-now authored Jul 17, 2024
2 parents 500b3c4 + 67a0c51 commit 106cf5b
Show file tree
Hide file tree
Showing 6 changed files with 448 additions and 39 deletions.
12 changes: 12 additions & 0 deletions examples/nuxt-app/test/features/edge/edge-cases.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Feature: Edge case testing

Specific content-based edge cases

Background:
Given the site endpoint returns fixture "/site/reference" with status 200
And I am using a "macbook-16" device

@mockserver
Example: Multi-step form
Given the page endpoint for path "/multi-step-webform" returns fixture "/case/multi-step-webform" with status 200
Then I visit the page "/multi-step-webform"
Loading

0 comments on commit 106cf5b

Please sign in to comment.