Sha256: 516470722f8dbc2c1c756a0556f352a076df03d219701c79bda1d1a536ce570d

Contents?: true

Size: 696 Bytes

Versions: 132

Compression:

Stored size: 696 Bytes

Contents

Feature: Viewing Index of Comments

  Background:
    Given a post with the title "Hello World" written by "Jane Doe" exists
    Given a show configuration of:
      """
        ActiveAdmin.register Post
      """

  Scenario: Viewing all commments for a namespace
    When I add a comment "Hello from Comment"
    When I am on the index page for comments
    Then I should see a table header with "Body"
    And I should see a table header with "Resource"
    And I should see a table header with "Author"
    And I should see "Hello from Comment"
    And I should see a link to "Hello World"
    And I should see "admin@example.com"
    And I should not see an action item button "New Comment"

Version data entries

132 entries across 132 versions & 12 rubygems

Version Path
activeadmin-rb-1.6.0 features/comments/viewing_index.feature
activeadmin-rb-1.5.2 features/comments/viewing_index.feature
activeadmin-rb-1.5.1 features/comments/viewing_index.feature
activeadmin-rb-1.5.0 features/comments/viewing_index.feature
activeadmin_addons-1.7.1 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/features/comments/viewing_index.feature
activeadmin-rb-1.4.0 features/comments/viewing_index.feature
activeadmin_addons-1.7.0 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/features/comments/viewing_index.feature
activeadmin-1.3.1 features/comments/viewing_index.feature
activeadmin_addons-1.6.0 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/features/comments/viewing_index.feature
activeadmin_addons-1.5.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-f71b375325eb/features/comments/viewing_index.feature
activeadmin-1.3.0 features/comments/viewing_index.feature
activeadmin_addons-1.4.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-f71b375325eb/features/comments/viewing_index.feature
activeadmin_addons-1.3.0 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/features/comments/viewing_index.feature
activeadmin_addons-1.2.0 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/features/comments/viewing_index.feature
activeadmin-1.2.1 features/comments/viewing_index.feature
activeadmin_addons-1.1.2 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/comments/viewing_index.feature
activeadmin-1.2.0 features/comments/viewing_index.feature
activeadmin_addons-1.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/comments/viewing_index.feature
yousty-activeadmin-1.0.17.pre features/comments/viewing_index.feature
yousty-activeadmin-1.0.16.pre features/comments/viewing_index.feature