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.23.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.22.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.21.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.20.1 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.20.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.19.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.18.1 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.18.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.17.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.16.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.15.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.14.1 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.14.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.13.2 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.13.1 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.13.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.12.1 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.12.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.11.0 spec/features/certificate_programs_flow_spec.rb
mumuki-laboratory-9.10.0 spec/features/certificate_programs_flow_spec.rb