Sha256: 3a5c9c39aa41532017878de52c233666c10783683830c3a028de79bbfc00da6a

Contents?: true

Size: 838 Bytes

Versions: 22

Compression:

Stored size: 838 Bytes

Contents

@refinerycms @site_bar
Feature: Site Bar
  In order to allow administrators to easily switch between editing and viewing their website
  I want logged in refinery users to see a site bar
  And I want logged in customers to not see a site bar

  Background:
    Given I have a page titled "Home" with a custom url "/"
    And I am not logged in

  @site_bar_frontend
  Scenario: Not logged in
    When I go to the home page
    Then I should not see "Log out"

  @site_bar_backend
  Scenario: Logged in as a Refinery user
    Given I am a logged in refinery user
    When I go to the home page
    Then I should see "Log out"

  @site_bar_backend
  Scenario: Logged in as a customer
    Given A Refinery user exists
    And I am a logged in customer
    When I go to the home page
    Then I should not see "Switch to your website editor"

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
refinerycms-core-1.0.11 features/site_bar.feature
refinerycms-core-1.0.10 features/site_bar.feature
refinerycms-core-1.0.9 features/site_bar.feature
refinerycms-core-1.0.8 features/site_bar.feature
refinerycms-core-1.0.7 features/site_bar.feature
refinerycms-core-1.0.5 features/site_bar.feature
refinerycms-core-1.0.4 features/site_bar.feature
refinerycms-core-1.0.3 features/site_bar.feature
refinerycms-core-1.0.1 features/site_bar.feature
refinerycms-core-1.0.0 features/site_bar.feature
refinerycms-core-0.9.9.22 features/site_bar.feature
refinerycms-core-0.9.9.21 features/site_bar.feature
refinerycms-core-0.9.9.20 features/site_bar.feature
refinerycms-core-0.9.9.19 features/site_bar.feature
refinerycms-core-0.9.9.18 features/site_bar.feature
refinerycms-core-0.9.9.17 features/site_bar.feature
refinerycms-core-0.9.9.16 features/site_bar.feature
refinerycms-core-0.9.9.15 features/site_bar.feature
refinerycms-core-0.9.9.14 features/site_bar.feature
refinerycms-core-0.9.9.13 features/site_bar.feature