Sha256: afa6ff0ad141d2d6e0dc46de23d8474efd6501de8c8911f97bb772e4a59ec0ec

Contents?: true

Size: 938 Bytes

Versions: 61

Compression:

Stored size: 938 Bytes

Contents

Feature: Global Navigation

  Background:
    Given a configuration of:
    """
      ActiveAdmin.register Post
    """
    Given I am logged in
    And 10 posts exist

  Scenario: Viewing the current section in the global navigation
    Given I am on the index page for posts
    Then the "Posts" tab should be selected

  Scenario: Viewing the current section in the global navigation when on new page
    Given I am on the index page for posts
    And I follow "New Post"
    Then the "Posts" tab should be selected

  Scenario: Viewing the current section in the global navigation when on show page
    Given I am on the index page for posts
    And I follow "View"
    Then the "Posts" tab should be selected

  Scenario: Viewing the current section in the global navigation when on edit page
    Given I am on the index page for posts
    And I follow "View"
    And I follow "Edit Post"
    Then the "Posts" tab should be selected

Version data entries

61 entries across 61 versions & 8 rubygems

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