Unpend test because I guess it works on Travis

This commit is contained in:
CactusPuppy 2021-03-18 23:21:51 -07:00
parent e51dcc6d05
commit 9167f2f2e6
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -193,7 +193,6 @@ feature Event do
end
scenario 'can reset to text template', feature: true, js: true do
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!