diff --git a/test/e2e/features/plots/matplotlib-interact.test.ts b/test/e2e/features/plots/matplotlib-interact.test.ts index 0d1e33782ee..1f5931d7cee 100644 --- a/test/e2e/features/plots/matplotlib-interact.test.ts +++ b/test/e2e/features/plots/matplotlib-interact.test.ts @@ -4,17 +4,17 @@ *--------------------------------------------------------------------------------------------*/ import { join } from 'path'; -import { test } from '../_test.setup'; +import { tags, test } from '../_test.setup'; import { expect } from '@playwright/test'; test.use({ suiteId: __filename }); -test.describe('Matplotlib Interact', { tag: ['@plots', '@notebook'] }, () => { +test.describe('Matplotlib Interact', { tag: [tags.PLOTS, tags.NOTEBOOK] }, () => { test('Python - Matplotlib Interact Test [C1067443]', { - tag: ['@pr', '@web', '@win'], + tag: [tags.CRITICAL, tags.WEB, tags.WIN], }, async function ({ app, python }) { const notebooks = app.workbench.positronNotebooks;