Reviewer chat cypress tests
This MR contains cypress test for the reviewer chat (related to #427 (closed)) . It checks the following actions:
- Log in as editor.
- Go to editor items and click on the item with status "Under Review".
- Check that the "Reviewer chat" tab is visible.
- Navigate to the "Reviewer chat" and verify the message displays correctly when no reviewer is selected (i.e., "No reviewer selected", "Select a reviewer to chat").
- Invite a reviewer and then log in as a reviewer to accept the request.
- Log back in as the editor and select the reviewer from the dropdown in the "Reviewer Chat" tab.
- Verify that the message updates to "Chat to (reviewer name)", displaying the correct reviewer name.
Edited by Bela Toci