parent
7793497862
commit
fedb0753bf
42 changed files with 578 additions and 236 deletions
|
|
@ -14,7 +14,6 @@ feature RegistrationPeriod do
|
|||
conference_id: conference.short_title)
|
||||
|
||||
click_link 'New Registration Period'
|
||||
fill_in 'registration_period_description', with: 'The description'
|
||||
|
||||
click_button 'Save Registration Period'
|
||||
expect(flash).
|
||||
|
|
@ -37,7 +36,6 @@ feature RegistrationPeriod do
|
|||
registration_period.reload
|
||||
expect(registration_period.start_date).to eq(Date.today)
|
||||
expect(registration_period.end_date).to eq(Date.today + 7)
|
||||
expect(registration_period.description).to eq('The description')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue