Sha256: 0ab4fc711376024c9631f11060b378bbf9d6950dc474f4b511ed315e8c44d5f0

Contents?: true

Size: 572 Bytes

Versions: 44

Compression:

Stored size: 572 Bytes

Contents

require 'spec_helper'

feature 'Certificate Programs flow', organization_workspace: :test do

  let(:user) { create :user, first_name: 'Foo', last_name: 'Bar' }

  before { set_current_user! user }

  before { Organization.find_by_name('test').switch! }
  before { create :certificate, user: user, code: 'abc' }

  before { visit '/certificates/verify/abc' }

  scenario { expect(page).to have_text('Foo Bar') }
  scenario { expect(page).to have_link(href: /linkedin\.com\/profile\/add/) }
  scenario { expect(page).to have_link(href: /certificates\/download\/abc/) }
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
mumuki-laboratory-9.9.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.8.2 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.8.1 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.8.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.7.2 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.7.1 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.7.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.6.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.5.1 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.5.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.4.1 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.4.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.3.1 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.3.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.2.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.1.3 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.1.2 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.1.1 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.1.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.0.6 spec/features/certificate_programs_flow_spec.rb