From 6a47257333de72eccb808829278ca661421f8696 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Tue, 23 Feb 2021 20:44:56 -0800 Subject: [PATCH] skip _not pending_ the commerical spec, since it is currently not correct --- spec/features/commercials_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/commercials_spec.rb b/spec/features/commercials_spec.rb index eefcd4cc..46cf8906 100644 --- a/spec/features/commercials_spec.rb +++ b/spec/features/commercials_spec.rb @@ -69,7 +69,7 @@ feature Commercial do scenario 'does not add an invalid commercial of an event', feature: true, js: true do # TODO (snapcon) - pending("Snap!Con allows all materials to be saved.") + skip("Snap!Con allows all materials to be saved.") visit edit_conference_program_proposal_path(conference.short_title, event.id) click_link 'Materials' fill_in 'commercial_url', with: 'invalid_commercial_url'