Merge pull request #14 from antonbsa/rmv-skipped-zoom-test

test: Re-add zoom test
This commit is contained in:
KDSBrowne 2023-08-08 14:20:13 -04:00 committed by GitHub
commit 2d0e41cef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,11 +52,7 @@ test.describe.parallel('Presentation', () => {
await presentation.hidePresentationToolbar();
});
/**
* temporally skipped because it's currently failing the screenshot comparisons
* due to https://github.com/bigbluebutton/bigbluebutton/issues/18232
*/
test.skip('Zoom In, Zoom Out, Reset Zoom @ci', async ({ browser, context, page }) => {
test('Zoom In, Zoom Out, Reset Zoom @ci', async ({ browser, context, page }) => {
const presentation = new Presentation(browser, context);
await presentation.initPages(page);
await presentation.zoom();