Sha256: 48658512f3af3d4fedd05bd5d5f7cae60494649178708a11a699cfc435f27459
Contents?: true
Size: 874 Bytes
Versions: 19
Compression:
Stored size: 874 Bytes
Contents
load_script! 'common/features/authentications' add_step! (RubyApp::Element::Event) { |event| event.go(RubyApp::Application.root) } add_step! (RubyApp::Elements::Mobile::Page::LoadedEvent) { |event| event.assert_exists_link('Facebook') } add_step! (RubyApp::Element::AssertedEvent) { |event| event.click_link('Facebook') } add_step! (RubyApp::Elements::Mobile::Page::LoadedEvent) add_step! (RubyApp::Elements::Mobile::Page::LoadedEvent) add_step! (RubyApp::Elements::Mobile::Page::LoadedEvent) { |event| event.assert_exists_text('You are logged in as') } add_step! (RubyApp::Element::AssertedEvent) { |event| event.click_link('Back') } add_step! (RubyApp::Elements::Mobile::Page::ShownEvent) { |event| event.click_link('Back') } add_step! (RubyApp::Elements::Mobile::Page::ShownEvent) { |event| event.execute {} }
Version data entries
19 entries across 19 versions & 1 rubygems