Sha256: 8f1e25ae6904908b8e105910a6996c8040e11330e7b1fe4e66387f0afef0e77b
Contents?: true
Size: 489 Bytes
Versions: 2
Compression:
Stored size: 489 Bytes
Contents
require 'spec_integration_helper' feature 'Pages > Load > Custom event' do let(:one_request_page) { PageLoad::OneRequestPage.new } before do index_page = HomePage.new index_page.load one_request_page.shift_event { index_page.link_to_go_to_another_page.click }.apply_vcr end it 'loads fixtures on opening a page by click on a link' do expect(one_request_page.displayed?).to be_truthy expect(one_request_page).to have_content('Ned Stark') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
site_prism.vcr-0.3.0 | spec/integration/pages/custom_event_spec.rb |
site_prism.vcr-0.2.0 | spec/integration/pages/custom_event_spec.rb |