mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
Enable mention test (#5358)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
parent
87ec089cc6
commit
cd696ec845
@ -34,9 +34,7 @@ test.describe('Mentions issue tests', () => {
|
||||
await issuesDetailsPage.addMentions('Dirak Kainin')
|
||||
await issuesDetailsPage.checkCommentExist('@Dirak Kainin')
|
||||
|
||||
await issuesDetailsPage.checkCollaborators(['Appleseed John'])
|
||||
// TODO bug with adding in collaborators
|
||||
// await issuesDetailsPage.checkCollaborators(['Appleseed John', 'Dirak Kainin'])
|
||||
await issuesDetailsPage.checkCollaborators(['Appleseed John', 'Dirak Kainin'])
|
||||
})
|
||||
|
||||
test('When Change assigner user should be added as Collaborators', async ({ page }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user