-
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.
#2 Add 'Fill out archive metadata' Feature
- Add: fillOutArchiveMetadata.feature - Enhance: FileSteps, LibrariesSteps, MarkdownViewer
- Loading branch information
Showing
4 changed files
with
99 additions
and
1 deletion.
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
14 changes: 14 additions & 0 deletions
14
src/test/resources/features/fillOutArchiveMetadata.feature
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,14 @@ | ||
Feature: Fill out Archive Metadata | ||
Logged in user can fill out the Archive Metadata of a library. | ||
|
||
@KP-19 | ||
@FillOutArchiveMetadata | ||
Scenario: Open archive metadata | ||
Given Logged in as User | ||
And Create new Library | ||
#TODO: Remove the explicte step Open new Library | ||
And Open new Library | ||
And Open archive metadata | ||
When Fill out archive metadata | ||
Then Edited archive metadata is displayed correctly | ||
# @After LibrariesSteps.deleteLibrary() |