-
Notifications
You must be signed in to change notification settings - Fork 3
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 #236 from qld-gov-au/develop
Develop to master
- Loading branch information
Showing
14 changed files
with
282 additions
and
315 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,14 @@ Feature: Dataset deletion | |
Then I select "False" from "private" | ||
Then I fill in "version" with "1" | ||
Then I fill in "author_email" with "[email protected]" | ||
Then I select "NO" from "de_identified_data" | ||
Then I fill in "de_identified_data" with "NO" if present | ||
And I press the element with xpath "//form[contains(@class, 'dataset-form')]//button[contains(@class, 'btn-primary')]" | ||
And I wait for 10 seconds | ||
Then I execute the script "document.getElementById('field-image-url').value='https://example.com'" | ||
Then I fill in "name" with "res1" | ||
Then I fill in "description" with "description" | ||
Then I fill in "size" with "1024" | ||
Then I select "Resource NOT visible/Pending acknowledgement" from "resource_visibility" | ||
Then I fill in "size" with "1024" if present | ||
Then I fill in "resource_visibility" with "Resource NOT visible/Pending acknowledgement" if present | ||
Then I press the element with xpath "//button[@value='go-metadata']" | ||
And I wait for 10 seconds | ||
Then I should see "Data and Resources" | ||
|
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
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
Oops, something went wrong.