skip _not pending_ the commerical spec, since it is currently not correct
This commit is contained in:
parent
8745825436
commit
6a47257333
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ feature Commercial do
|
||||||
|
|
||||||
scenario 'does not add an invalid commercial of an event', feature: true, js: true do
|
scenario 'does not add an invalid commercial of an event', feature: true, js: true do
|
||||||
# TODO (snapcon)
|
# 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)
|
visit edit_conference_program_proposal_path(conference.short_title, event.id)
|
||||||
click_link 'Materials'
|
click_link 'Materials'
|
||||||
fill_in 'commercial_url', with: 'invalid_commercial_url'
|
fill_in 'commercial_url', with: 'invalid_commercial_url'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue