test: add flaky flag on presentation tests (#21218)
This commit is contained in:
parent
6c85c42338
commit
2ea0c926b2
@ -73,13 +73,13 @@ test.describe.parallel('Presentation', () => {
|
||||
|
||||
test.describe.parallel('Manage', () => {
|
||||
// https://docs.bigbluebutton.org/2.6/release-tests.html#uploading-a-presentation-automated
|
||||
test('Upload single presentation', { tag: ['@ci'] }, async ({ browser, context, page }) => {
|
||||
test('Upload single presentation', { tag: ['@ci', '@flaky'] }, async ({ browser, context, page }) => {
|
||||
const presentation = new Presentation(browser, context);
|
||||
await presentation.initPages(page, true);
|
||||
await presentation.uploadSinglePresentationTest();
|
||||
});
|
||||
|
||||
test('Upload Other Presentations Format', { tag: ['@ci'] }, async ({ browser, context, page }) => {
|
||||
test('Upload Other Presentations Format', { tag: ['@ci', '@flaky'] }, async ({ browser, context, page }) => {
|
||||
linkIssue(18971);
|
||||
const presentation = new Presentation(browser, context);
|
||||
await presentation.initPages(page, true);
|
||||
|
Loading…
Reference in New Issue
Block a user