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.94 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.92 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.90 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.84 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.80 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.79 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.78 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.77 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.74 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.73 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.72 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.71 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.66 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.65 vendor/deps/active_admin/features/global_navigation.feature
activeadmin-0.6.0 features/global_navigation.feature
lalala-4.0.0.dev.64 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.63 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.62 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.61 vendor/deps/active_admin/features/global_navigation.feature
lalala-4.0.0.dev.60 vendor/deps/active_admin/features/global_navigation.feature