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.59 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.58 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.57 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.56 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.50 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.46 vendor/deps/active_admin/features/global_navigation.feature
activeadmin-0.5.1 features/global_navigation.feature
activeadmin-0.5.0 features/global_navigation.feature
activeadmin-0.5.0.pre1 features/global_navigation.feature
activeadmin-0.5.0.pre features/global_navigation.feature
activeadmin-0.4.4 features/global_navigation.feature
activeadmin-0.4.3 features/global_navigation.feature
activeadmin-0.4.2 features/global_navigation.feature
activeadmin-0.4.1 features/global_navigation.feature
activeadmin-0.4.0 features/global_navigation.feature
andrewroth_activeadmin-0.3.4.4 features/global_navigation.feature
andrewroth_activeadmin-0.3.4.3 features/global_navigation.feature
andrewroth_activeadmin-0.3.4.2 features/global_navigation.feature
andrewroth_activeadmin-0.3.4.1 features/global_navigation.feature
andrewroth_activeadmin-0.3.4 features/global_navigation.feature