From 2719a283d282bcd156dfcb8a1cb2a355d4cbeb1c Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Fri, 21 Jul 2023 09:31:20 -0700 Subject: [PATCH] e2e: move test info annotations to within test --- e2e/tests/functional/plugins/plot/tagging.e2e.spec.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/tests/functional/plugins/plot/tagging.e2e.spec.js b/e2e/tests/functional/plugins/plot/tagging.e2e.spec.js index 23a9279ce0..aa3b6e5279 100644 --- a/e2e/tests/functional/plugins/plot/tagging.e2e.spec.js +++ b/e2e/tests/functional/plugins/plot/tagging.e2e.spec.js @@ -33,10 +33,6 @@ const { } = require('../../../../appActions'); test.describe.fixme('Plot Tagging', () => { - test.info().annotations.push({ - type: 'issue', - description: 'https://github.com/nasa/openmct/issues/6822' - }); /** * Given a canvas and a set of points, tags the points on the canvas. * @param {import('@playwright/test').Page} page @@ -171,6 +167,10 @@ test.describe.fixme('Plot Tagging', () => { }); test('Tags work with Overlay Plots', async ({ page }) => { + test.info().annotations.push({ + type: 'issue', + description: 'https://github.com/nasa/openmct/issues/6822' + }); //Test.slow decorator is currently broken. Needs to be fixed in https://github.com/nasa/openmct/issues/5374 test.slow();