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
activeadmin-0.3.4 features/global_navigation.feature
activeadmin-0.3.3 features/global_navigation.feature
activeadmin-0.3.2 features/global_navigation.feature
activeadmin-0.3.1 features/global_navigation.feature
activeadmin-0.3.0 features/global_navigation.feature
nsm-activeadmin-0.2.2 features/global_navigation.feature
saulolso-activeadmin-0.2.2.1 features/global_navigation.feature
saulolso-activeadmin-0.2.2 features/global_navigation.feature
activeadmin-0.2.2 features/global_navigation.feature
activeadmin-0.2.1 features/global_navigation.feature
activeadmin-0.2.0 features/global_navigation.feature