mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 12:25:17 +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.addMentions('Dirak Kainin')
|
||||||
await issuesDetailsPage.checkCommentExist('@Dirak Kainin')
|
await issuesDetailsPage.checkCommentExist('@Dirak Kainin')
|
||||||
|
|
||||||
await issuesDetailsPage.checkCollaborators(['Appleseed John'])
|
await issuesDetailsPage.checkCollaborators(['Appleseed John', 'Dirak Kainin'])
|
||||||
// TODO bug with adding in collaborators
|
|
||||||
// await issuesDetailsPage.checkCollaborators(['Appleseed John', 'Dirak Kainin'])
|
|
||||||
})
|
})
|
||||||
|
|
||||||
test('When Change assigner user should be added as Collaborators', async ({ page }) => {
|
test('When Change assigner user should be added as Collaborators', async ({ page }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user