Skip to content

Commit e947526

Browse files
authored
Enable publishing scenarios (#2904)
1 parent b1f879c commit e947526

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

acceptance/features/publishing_page_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
then_I_should_not_see_warning_confirmation_text
101101
end
102102

103-
xscenario 'when visiting the publishing page without confirmation page present' do
103+
scenario 'when visiting the publishing page without confirmation page present' do
104104
given_I_have_a_single_question_page_with_upload
105105
and_I_return_to_flow_page
106106
when_I_delete_confirmation_page
@@ -271,7 +271,7 @@
271271
then_I_should_not_see_warning_confirmation_text
272272
end
273273

274-
xscenario 'accept the declarations' do
274+
scenario 'accept the declarations' do
275275
when_I_visit_the_publishing_page
276276
and_I_click_the_environment_tab
277277
then_I_should_see_the_declarations_checkboxes

0 commit comments

Comments
 (0)