Asset locking feature.

This commit is contained in:
cahrens
2013-09-25 09:18:30 -04:00
parent 7700ec68bb
commit 6dce7f299f
2 changed files with 3 additions and 4 deletions

View File

@@ -113,9 +113,6 @@ Feature: CMS.Upload Files
@skip_safari
Scenario: Unlocked assets can be viewed by anyone
Given I have opened a course with a unlocked asset "unlocked.html"
Then the asset "unlocked.html" is viewable
And the user "bob" exists
And "bob" logs in
Then the asset "unlocked.html" is viewable
Then the asset "unlocked.html" can be clicked from the asset index
And I log out
Then the asset "unlocked.html" is viewable