@@ -4,31 +4,31 @@ Feature: Standard Editions
44 Given I am a writer
55 And the configurable document types feature flag is enabled
66 And the test configurable document type with forms is defined
7- When I draft a new "Test configurable document type" configurable document titled "The history of GOV.UK"
7+ When I draft a new "Test configurable document type" configurable document with forms titled "The history of GOV.UK"
88 Then I am on the summary page of the draft titled "The history of GOV.UK"
99 And when I switch to the Images tab to fill in the other configurable fields
1010 Then the configurable fields on the Images tab are persisted
11- And the configurable fields on the Document tab are not overwritten
11+ And the configurable fields - with forms - on the Document tab are not overwritten
1212
1313 Scenario : Force publishing an existing draft configurable document
1414 Given I am an editor
1515 And the configurable document types feature flag is enabled
1616 And the test configurable document type with forms is defined
17- When I publish a submitted draft of a test configurable document titled "The history of GOV.UK"
17+ When I publish a submitted draft of a test configurable document with forms titled "The history of GOV.UK"
1818 Then I can see that the draft edition of "The history of GOV.UK" was published successfully
19- And a new draft of "The history of GOV.UK" is created with the correct field values
19+ And a new draft of "The history of GOV.UK" is created with the correct field values - with forms
2020
2121 Scenario : Adding translations with all content block types
2222 Given I am a writer
2323 And the configurable document types feature flag is enabled
2424 And the test configurable document type with forms is defined with translations enabled
25- And I have drafted an English configurable document titled "Digital transformation report"
25+ And I have drafted an English configurable document with forms titled "Digital transformation report"
2626 When I go to add a Welsh translation
2727 Then configured content blocks should appear on the translation page
28- And the Welsh translation fields should be pre-populated with primary locale content
28+ And the Welsh translation fields should be pre-populated with primary locale content - with forms
2929 And the image selections should be preserved from the primary locale
3030 And I should see the original English content in "original text" sections
31- And when I set the Welsh translations
31+ And when I set the Welsh translations - with forms
3232 Then the Welsh translations should have persisted
3333
3434 Scenario : Editing translations on a persisted edition
0 commit comments