skipping pin notes onto whiteboard test

This commit is contained in:
Gabriel Porfirio 2024-08-09 15:19:21 -03:00
parent 6a3a3bdf1d
commit 114c9e66bb

View File

@ -1,6 +1,6 @@
const { test } = require('../fixtures');
const { SharedNotes } = require('./sharednotes');
const { initializePages } = require('../core/helpers');
const { linkIssue, initializePages } = require('../core/helpers');
const { fullyParallel } = require('../playwright.config');
test.describe('Shared Notes', () => {
@ -39,7 +39,8 @@ test.describe('Shared Notes', () => {
await sharedNotes.seeNotesWithoutEditPermission();
});
test('Pin and unpin notes onto whiteboard', { tag: '@ci' }, async () => {
test('Pin and unpin notes onto whiteboard', { tag: '@flaky' }, async () => {
linkIssue('20892');
await sharedNotes.pinAndUnpinNotesOntoWhiteboard();
});
});