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
aa-rails4-0.6.0 features/comments/viewing_index.feature
lalala-4.0.0.dev.141 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.136 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.135 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.134 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.133 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.132 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.131 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.129 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.128 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.126 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.125 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.124 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.123 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.118 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.116 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.114 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.113 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.111 vendor/deps/active_admin/features/comments/viewing_index.feature
lalala-4.0.0.dev.109 vendor/deps/active_admin/features/comments/viewing_index.feature