-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features / Test cases #2
Comments
helkv
added a commit
that referenced
this issue
Dec 17, 2019
- Add: createLibrary.feature, LibrarySteps, LibraryPage - Enhanced: loginLogout.feature by new Scenarios: Login as user, Logout as user - Enhanced: AuthenticationSteps, LoginPage, HomePage
helkv
added a commit
that referenced
this issue
Jan 7, 2020
- Add: openArchiveMetadata.feature, FileSteps, MarkdownViewer - Enhance: LibrarySteps, HomePage, LibraryPage
helkv
added a commit
that referenced
this issue
Jan 7, 2020
- Add: fillOutArchiveMetadata.feature - Enhance: FileSteps, LibrariesSteps, MarkdownViewer
helkv
added a commit
that referenced
this issue
Jan 7, 2020
- Add: lockArchiveMetadata.feature - Enhance: LibrariesSteps, LibraryPage
helkv
added a commit
that referenced
this issue
Jan 7, 2020
- Add: uploadFile.feature, Test.txt - Enhance: LibrariesSteps, LibraryPage
helkv
added a commit
that referenced
this issue
Jan 8, 2020
- Add: openProjectCatalog.feature, ContentInformationSteps, CatalogPage - Enhance: HomePage - Edit: lockArchiveMetadata.feature, uploadFile.feature
helkv
added a commit
that referenced
this issue
Jan 8, 2020
- Add the openFooterLinks.feature, which checks all the links in the footer - Add SeleniumUtil.java for Selenium Wrapper methods
helkv
added a commit
that referenced
this issue
Jan 15, 2020
- The archive-metadata content has changed (by KEEPER implementation) => Update FileSteps.archiveMetadataDisplayedCorrectly()
helkv
added a commit
that referenced
this issue
Jan 16, 2020
-> Add new scenario 'Receive Certificate' - Adapt the test data for the archive metadata: Now the data for the archive metadata contents have the correct form (condition to receive a certificate) - Add SeleniumUtil.switchToFirstTab()
helkv
added a commit
that referenced
this issue
Jan 20, 2020
- Extend 'Lock archive metadata' Feature by new Scenarios: -- 'Owner can edit locked archive metadata' -- 'Owner can edit unlocked archive metadata'
helkv
added a commit
that referenced
this issue
Jan 21, 2020
helkv
added a commit
that referenced
this issue
Jan 21, 2020
-> Use contains-Assertions to check whether a certain name of an element (file, library, ...) is present in a list of elements! (Instead of having a method on page-object level which only returns a boolean) -> Add a assertion-description to assertions which have to check a boolean value - Add methods: readLibraryNames(), readFileNames() - Remove unused methods
helkv
added a commit
that referenced
this issue
Jan 22, 2020
- Add MarkdownEditor -> Move edit functionality from MarkdownViewer to MarkdownEditor
helkv
added a commit
that referenced
this issue
Jan 22, 2020
-> Test data (like libraries) should have unique names. When scenarios get executed in parallel different named test data prevent unintended interactions between scenarios - Use different names for the test libraries in lock-archive-metadata.feature
helkv
added a commit
that referenced
this issue
Jun 4, 2020
-> The new Seafile Version now uses: React JS & Python 3 - Mainly updated the selectors of the html-elements of the pages
helkv
added a commit
that referenced
this issue
Nov 11, 2020
…e to changes in the Seafile UI -> Fix for openFooterLinks.feature
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ticket for all (new) Features / Test cases.
Commits affecting the Creation or Adaptation of Features can be collected here.
The text was updated successfully, but these errors were encountered: