Skip to content

Commit

Permalink
test: move 2p annotation to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Mar 5, 2024
1 parent 19afad5 commit f2170f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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'
Expand Down

0 comments on commit f2170f5

Please sign in to comment.