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
Discussions are taken from 3.4, without changes. This ticket is just for integration testing. Basically ensure that each of these discussion grid are correctly linked to correct stage.
Easiest to test this is probably just to use the feature flag to switch between legacy and new workflow to verify if message is added in one stage it will appear in that same stage both in the legacy workflow and the new one.
[features]
enable_new_submission_listing = On/Off
The text was updated successfully, but these errors were encountered:
One slight issue @jardakotesovec with the title of the comment with characters that are not alphanumeric. This didn't happen on 3.4 version. Don't know what the expectations are for types of acceptable characters.
Here are some happy path tests that I conducted. It seems to be working as expected except for that minor formatting bug.
Test case categories
General Design Table layout
Adding a new discussion
a. Adding discussions to every stage
b. Testing alphanumeric characters
c. Adding files to discussions
Replying to discussions
a. Email links to discussions
b. Deleting previous discussions
c. Leaving a discussion
Checking discussion views are appropriate for the user
a. Discussions include participants. If you aren’t involved you shouldn’t see it
Discussion functionalities
a. Delete Discussion
b. Re-Order Discussions
c. Closing Discussions
d. Editing Discussions
Discussions are taken from 3.4, without changes. This ticket is just for integration testing. Basically ensure that each of these discussion grid are correctly linked to correct stage.
Easiest to test this is probably just to use the feature flag to switch between legacy and new workflow to verify if message is added in one stage it will appear in that same stage both in the legacy workflow and the new one.
The text was updated successfully, but these errors were encountered: