Sha256: 05083839d4ad68803d30f47a09f961211759ce9e74dbb01904ec9e7d8f2226f8

Contents?: true

Size: 334 Bytes

Versions: 2

Compression:

Stored size: 334 Bytes

Contents

require "application_system_test_case"

class WorkflowTest < ApplicationSystemTestCase
  test "has index" do
    visit "/listings"
    page.has_css? '.count', text: '1'
    page.has_link? '.sortable', count: 2
    page.has_link? '.copy', count: 1
    page.has_link? '.edit', count: 1
    page.has_link? '.destroy', count: 1
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smarter_listing-0.5.0 test/integrations/workflow_test.rb
smarter_listing-0.6.0 test/integrations/workflow_test.rb