-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #293 from creative-commoners/pulls/2.0/otheradmin
FIX Handle no trailing slash in other tab of archive admin
- Loading branch information
Showing
7 changed files
with
35 additions
and
12 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Feature: Archive admin other tab | ||
As a CMS author | ||
I want to view the other tab in the archive section | ||
So that I can easily switch back to older content | ||
|
||
Background: | ||
Given I am logged in with "ADMIN" permissions | ||
|
||
Scenario: I can select from the dropdown | ||
When I go to "/admin/archive?others=1" | ||
And I wait 2 seconds | ||
Then I should not see an "#Form_EditForm_Others" element | ||
When I click on the "#Form_EditForm_OtherDropdown_chosen" element | ||
And I wait 1 seconds | ||
And I click "Companies" in the "#Form_EditForm_OtherDropdown_chosen .chosen-results" element | ||
And I wait 1 seconds | ||
Then I should see an "#Form_EditForm_Others" element |
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