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