Sha256: 95c1ac353fe684763eeac4be6a0126b82e680949c4e1f117696dab6ac2407517

Contents?: true

Size: 259 Bytes

Versions: 9

Compression:

Stored size: 259 Bytes

Contents

# frozen_string_literal: true

require 'rails_helper'

feature 'Process Template' do
  scenario 'User creates new template' do
    visit '/workflow/config'

    click_link 'Add Process Template'
    expect(page).to have_text('New Process Template')
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rails_workflow-0.7.3 spec/features/process_template_spec.rb
rails_workflow-0.7.2 spec/features/process_template_spec.rb
rails_workflow-0.7.1 spec/features/process_template_spec.rb
rails_workflow-0.7.0 spec/features/process_template_spec.rb
rails_workflow-0.4.4 spec/features/process_template_spec.rb
rails_workflow-0.4.3 spec/features/process_template_spec.rb
rails_workflow-0.4.2 spec/features/process_template_spec.rb
rails_workflow-0.4.1 spec/features/process_template_spec.rb
rails_workflow-0.4.0 spec/features/process_template_spec.rb