Skip to content

Commit

Permalink
Pause in test to avoid timing-dependent failures
Browse files Browse the repository at this point in the history
  • Loading branch information
fnibbit authored and bess committed Aug 5, 2020
1 parent 66cb12e commit 93343eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/dummy/spec/system/csv_import_details_page_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,16 @@
expect(page).to have_content('user@curationexperts.com')
end

xit 'has pagination for PreIngestWorks at 10' do
it 'has pagination for PreIngestWorks at 10' do
visit('/csv_import_details/index')
sleep(2)
click_on 'Next'
sleep(2)
click_on '4'
sleep(2)
expect(page).to have_content 'Next'
click_on 'Next'
sleep(2)
expect(page).to have_content 'Previous'
end

Expand Down

0 comments on commit 93343eb

Please sign in to comment.