Sha256: 5626ef3e22e2506b9f81bd5690db5ff49d7fe3a6fa19fa4402cbdc0c05b49e55

Contents?: true

Size: 939 Bytes

Versions: 71

Compression:

Stored size: 939 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

71 entries across 71 versions & 5 rubygems

Version Path
lalala-4.0.0.dev.141 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.136 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.135 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.134 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.133 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.132 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.131 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.129 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.128 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.126 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.125 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.124 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.123 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.118 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.116 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.114 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.113 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.111 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.109 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.107 vendor/deps/active_admin/features/global_navigation.feature