Skip to content

Commit

Permalink
test: add missing import + link issue on new flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbsa committed Dec 3, 2024
1 parent 9a8b5cb commit bf2a44e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ test.describe.parallel('Presentation', { tag: '@ci' }, () => {
});

test('Remove previous presentation from previous presenter', async ({ browser, context, page }) => {
// missing the uploader presentation toast notification in some CI runs
linkIssue(21576)
const presentation = new Presentation(browser, context);
await presentation.initModPage(page, true);
await presentation.initUserPage(true, context);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { test } = require('../fixtures');
const { devices } = require('@playwright/test');
const { ScreenShare } = require('./screenshare');
const { linkIssue } = require('../core/helpers');

test.describe.parallel('Screenshare', { tag: '@ci' }, () => {
// https://docs.bigbluebutton.org/2.6/release-tests.html#sharing-screen-in-full-screen-mode-automated
Expand Down

0 comments on commit bf2a44e

Please sign in to comment.