Sha256: 475a7d3f53b6672fa8139acc1d78d8e9882ddfaf20342f02f65fe861316b59cc

Contents?: true

Size: 465 Bytes

Versions: 2

Compression:

Stored size: 465 Bytes

Contents

Feature: Browse files 

  Scenario: Browse via Fixtures 
    Given I load scholarsphere fixtures
    When I go to the home page
    And I follow "more Keyword"
    And I follow "test"
    Then I should see "Displaying all 4 items"
    When I follow "Test Document PDF"
    Then I should see "Download"
    But I should not see "Edit"
    Given I am logged in as "archivist1"
    When I follow "test"
    And I follow "Test Document PDF"
    And I should see "Edit"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sufia-0.0.1.pre2 features/browse_files.feature
sufia-0.0.1.pre1 features/browse_files.feature