Sha256: 136ffc3c33c7143324abb004122dfe742217bc971b32dff21c2776bd58d363a6

Contents?: true

Size: 1019 Bytes

Versions: 1

Compression:

Stored size: 1019 Bytes

Contents

Feature: Home page

  Scenario: Going to a page with a single stylesheet
    Given I go to the home page
    Then I should see style '#heading' was used
    Then I should see style '.sub-heading' was not used


  Scenario: Going to a page with more than one stylesheet
    Given I go to a page with 2 stylesheets
    Then I should see style '#heading' was used
    Then I should see style '.notification' was used
    Then I should see style '.sub-heading' was not used
    Then I should see style '.sub-heading span' was not used
    Then I should see style '.old-error' was not used


  Scenario: Going to a page with styles for hover state
    Given I go to a page with 2 stylesheets
    Then I should see style '#heading' was used
    Then I should see style '.notification' was used
    Then I should see style '.notification:hover' was used
    Then I should see style '.sub-heading' was not used
    Then I should see style '.sub-heading span' was not used
    Then I should see style '.old-error' was not used

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unused_css-0.0.1 features/home_page.feature