From 28381b5aac37882a2087814c451f175a1e80ebc7 Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Mon, 4 Mar 2024 18:40:05 -0800 Subject: [PATCH] test: move 2p annotation to test --- .../plugins/displayLayout/displayLayout.e2e.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/tests/functional/plugins/displayLayout/displayLayout.e2e.spec.js b/e2e/tests/functional/plugins/displayLayout/displayLayout.e2e.spec.js index a59c9b21edf..83c34ad93fb 100644 --- a/e2e/tests/functional/plugins/displayLayout/displayLayout.e2e.spec.js +++ b/e2e/tests/functional/plugins/displayLayout/displayLayout.e2e.spec.js @@ -40,7 +40,7 @@ const CHILD_PLOT_STORAGE_STATE_PATH = fileURLToPath( const TINY_IMAGE_BASE64 = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAQMAAAD+wSzIAAAABlBMVEX///+/v7+jQ3Y5AAAADklEQVQI12P4AIX8EAgALgAD/aNpbtEAAAAASUVORK5CYII'; -test.describe('Display Layout Sub-object Actions @localStorage @2p', () => { +test.describe('Display Layout Sub-object Actions @localStorage', () => { const INIT_ITC_START_BOUNDS = '2024-11-12 19:11:11.000Z'; const INIT_ITC_END_BOUNDS = '2024-11-12 20:11:11.000Z'; const NEW_GLOBAL_START_BOUNDS = '2024-11-11 19:11:11.000Z'; @@ -61,7 +61,7 @@ test.describe('Display Layout Sub-object Actions @localStorage @2p', () => { // Wait for the URL to change to the display layout await waitForMyItemsNavigation; }); - test('Open in New Tab action preserves time bounds', async ({ page }) => { + test('Open in New Tab action preserves time bounds @2p', async ({ page }) => { test.info().annotations.push({ type: 'issue', description: 'https://github.com/nasa/openmct/issues/7524'