Pend test so that error is exposed instead of skipping
This commit is contained in:
parent
4fbe48692e
commit
e51dcc6d05
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ feature Event do
|
||||||
end
|
end
|
||||||
|
|
||||||
scenario 'can reset to text template', feature: true, js: true do
|
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 = conference.program.event_types[-1]
|
||||||
event_type.description = 'Example event description'
|
event_type.description = 'Example event description'
|
||||||
event_type.save!
|
event_type.save!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue