Make spec thread safe...
Something(???) has changed that Github Actions has become *so* fast that those hit now...
This commit is contained in:
parent
4b833840fd
commit
eb16282a01
4 changed files with 9 additions and 8 deletions
|
|
@ -20,6 +20,8 @@ feature 'Version' do
|
|||
fill_in 'contact_social_tag', with: 'example'
|
||||
fill_in 'contact_googleplus', with: 'http:\\www.google.com'
|
||||
click_button 'Update Contact'
|
||||
page.find('#flash')
|
||||
expect(flash).to eq('Contact details were successfully updated.')
|
||||
|
||||
visit admin_revision_history_path
|
||||
expect(page).to have_text("#{organizer.name} updated social tag, email, googleplus and sponsor email of contact details in conference #{conference.short_title}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue