We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f879c commit e947526Copy full SHA for e947526
1 file changed
acceptance/features/publishing_page_spec.rb
@@ -100,7 +100,7 @@
100
then_I_should_not_see_warning_confirmation_text
101
end
102
103
- xscenario 'when visiting the publishing page without confirmation page present' do
+ scenario 'when visiting the publishing page without confirmation page present' do
104
given_I_have_a_single_question_page_with_upload
105
and_I_return_to_flow_page
106
when_I_delete_confirmation_page
@@ -271,7 +271,7 @@
271
272
273
274
- xscenario 'accept the declarations' do
+ scenario 'accept the declarations' do
275
when_I_visit_the_publishing_page
276
and_I_click_the_environment_tab
277
then_I_should_see_the_declarations_checkboxes
0 commit comments