Sha256: f720e39812c896e6c5f05ea5c90eef396a60c95c8ff706233eb88c3d7c364d5e
Contents?: true
Size: 467 Bytes
Versions: 6
Compression:
Stored size: 467 Bytes
Contents
require 'spec_helper' describe 'LazyRender', :type => :feature, js: true do before { visit root_path; sleep 1 } describe 'is show lazy_render messages after secs' do it { expect(page).to have_content('LazyRender Message') } it { expect(page).to have_content('value1') } it { expect(page).to have_content('value2') } it { expect(page).to have_content('sample text') } it { expect(page).to have_content('Separated by the directory') } end end
Version data entries
6 entries across 6 versions & 1 rubygems