-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d19cfa
commit 7b8c732
Showing
7 changed files
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Feature: Resource Unpublish | ||
Background: | ||
Given an administrator user is logged in | ||
And a Resource has been created | ||
And the Resource is opened in edit mode | ||
And a Resource has been created | ||
And the Resource is opened in edit mode | ||
Scenario: Unpublish the Resource record from toolbar | ||
When the user clicks on 'Unpublish All' | ||
And the user clicks on 'Unpublish All' in the confirm popup | ||
Then the 'Resource' published message is displayed | ||
When the user clicks on 'Unpublish All' | ||
And the user clicks on 'Unpublish All' in the modal | ||
Then the 'Resource' unpublished message is displayed | ||
Scenario: Unpublish the Resource record from the Publish checkbox in the Basic Information section | ||
When the user unchecks 'Publish' | ||
And the user clicks on 'Save' | ||
Then the 'Resource' updated message is displayed | ||
When the user unchecks 'Publish' | ||
And the user clicks on 'Save' | ||
Then the 'Resource' updated message is displayed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters