You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you start working on an issue please take a look at our dedicated hacktoberfest site to learn the basic rules and find additional resources to help you get started.
🧪E2E test cases
The scope of these tests is to ensure that reject a version works as it is intended.
😎 Role
All test should run as admin.
Test case 1
🧫 Purpose of the test
To ensure that content has only one major version
🐾 Steps
Login with admin role
Click on Content menu item
Click on IT Workspace in the tree
Click on Tasks (under IT Workspace) in the tree
Right-click on Evaluate
Step: Select Versions from the dropdown Expected result: Only V1.0.A version should be in the list
Click Cancel button
Test case 2
🧫 Purpose of the test
To ensure that any changes on a file creates new major version
🐾 Steps
Right-click on Evaluate
Select Edit option from dropdown list
Edit the content (e.g.: Change description from Evaluate
TO Evaluate test
Click on Submit button
Right-click on Evaluate
Step: Select Versions option from dropdown list Expected result: A new version should be visible in the list with the number of: V2.0.P (P means Published)
Click Cancel button
Test case 3
🧫 Purpose of the test
To ensure that rejection of a version should change the version to Rejected state
🐾 Steps
Right-click on Evaluate
Select 'Approve or reject' option from dropdown list
Click on Reject button
Type 'test' to Please provide a reason for rejecting the content field
Click on Reject button
Right-click on Evaluate
Step: Select Versions option from dropdown list Expected result: The latest version (on top) should be V2.0.R (was V2.0.P before, R means Rejected) and reject reason should be 'test'
Click Cancel button
The text was updated successfully, but these errors were encountered:
Before you start working on an issue please take a look at our dedicated hacktoberfest site to learn the basic rules and find additional resources to help you get started.
🧪E2E test cases
The scope of these tests is to ensure that reject a version works as it is intended.
😎 Role
All test should run as admin.
Test case 1
🧫 Purpose of the test
To ensure that content has only one major version
🐾 Steps
Expected result: Only V1.0.A version should be in the list
Test case 2
🧫 Purpose of the test
To ensure that any changes on a file creates new major version
🐾 Steps
Evaluate
TO
Evaluate test
Expected result: A new version should be visible in the list with the number of: V2.0.P (P means Published)
Test case 3
🧫 Purpose of the test
To ensure that rejection of a version should change the version to Rejected state
🐾 Steps
Expected result: The latest version (on top) should be V2.0.R (was V2.0.P before, R means Rejected) and reject reason should be 'test'
The text was updated successfully, but these errors were encountered: