-
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.
[QOLDEV-982] pin test Solr version to CKAN version
- Also sync test config with Open Data theme
- Loading branch information
Showing
12 changed files
with
115 additions
and
64 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
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 |
---|---|---|
|
@@ -127,4 +127,4 @@ echo ${group_create} | |
# END. | ||
# | ||
|
||
. ${APP_DIR}/bin/deactivate | ||
. "${APP_DIR}"/bin/deactivate |
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,3 +1,4 @@ | ||
@theme | ||
Feature: Theme customisations | ||
|
||
@unauthenticated | ||
|
@@ -65,28 +66,6 @@ Feature: Theme customisations | |
When I go to organisation page | ||
Then I should see "Organisations are Queensland Government departments, other agencies or legislative entities responsible for publishing open data on this portal." | ||
|
||
Scenario: Register user password must be 10 characters or longer | ||
Given "Unauthenticated" as the persona | ||
When I go to register page | ||
And I fill in "name" with "name" | ||
And I fill in "fullname" with "fullname" | ||
And I fill in "email" with "[email protected]" | ||
And I fill in "password1" with "pass" | ||
And I fill in "password2" with "pass" | ||
And I press "Create Account" | ||
Then I should see "Password: Your password must be 10 characters or longer" | ||
|
||
Scenario: Register user password must contain at least one number, lowercase letter, capital letter, and symbol | ||
Given "Unauthenticated" as the persona | ||
When I go to register page | ||
And I fill in "name" with "name" | ||
And I fill in "fullname" with "fullname" | ||
And I fill in "email" with "[email protected]" | ||
And I fill in "password1" with "password1234" | ||
And I fill in "password2" with "password1234" | ||
And I press "Create Account" | ||
Then I should see "Password: Must contain at least one number, lowercase letter, capital letter, and symbol" | ||
|
||
@unauthenticated | ||
@Publications | ||
Scenario: Publications - Menu items are present and correct | ||
|
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,4 +1,4 @@ | ||
@users | ||
@groups | ||
Feature: Group APIs | ||
|
||
Scenario Outline: Group membership is accessible to admins of the group | ||
|
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
Oops, something went wrong.