forked from gigascience/gigadb-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Add log entry when minting DOI (Merge pull request gigascience#…
…2090) when minting a DOI, add curation log entry Refs: gigascience#1667
- Loading branch information
Showing
6 changed files
with
61 additions
and
18 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
@ok-needs-secrets | ||
Feature: curation log entry under the dataset form | ||
As a curator | ||
I want to see see a curation log entry after minting DOI | ||
So that the curation log entry is visible | ||
|
||
Background: | ||
Given I have signed in as admin | ||
|
||
@ok | ||
Scenario: Minting Doi and adding curation log entry | ||
When I am on "/adminDataset/update/id/8" | ||
And I press the button "Mint DOI" | ||
And I wait "3" seconds | ||
And I should see "This DOI exists in datacite already, no need to mint, but the metadata is updated!" | ||
Then I am on "/adminDataset/update/id/8" | ||
And I should see "Dataset 100006 - Check DOI: OK - update md response: OK" |