From e51dcc6d0551584fee1b84254afc49cdd7ec53ae Mon Sep 17 00:00:00 2001 From: CactusPuppy Date: Thu, 18 Mar 2021 23:01:54 -0700 Subject: [PATCH] Pend test so that error is exposed instead of skipping --- spec/features/proposals_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/proposals_spec.rb b/spec/features/proposals_spec.rb index 2c9fff09..df56a572 100644 --- a/spec/features/proposals_spec.rb +++ b/spec/features/proposals_spec.rb @@ -193,7 +193,7 @@ feature Event do end scenario 'can reset to text template', feature: true, js: true do - skip('Something with Selenium or Capybara is not picking up the JavaScript popup modal. Must investigate further.') + pending('Something with Selenium or Capybara is not picking up the JavaScript popup modal. Must investigate further.') event_type = conference.program.event_types[-1] event_type.description = 'Example event description' event_type.save!