removing debug

This commit is contained in:
Jamie V 2025-04-28 12:47:51 -07:00
parent 2624f43548
commit 9c27a2cca7

View File

@ -429,7 +429,7 @@ test.describe('Display Layout', () => {
await expect(page.getByText('2021-12-30 01:11:00.000Z')).toBeHidden(); await expect(page.getByText('2021-12-30 01:11:00.000Z')).toBeHidden();
}); });
test.only('When multiple plots are contained in a layout, we only ask for annotations once @couchdb @network', async ({ test('When multiple plots are contained in a layout, we only ask for annotations once @couchdb @network', async ({
page page
}) => { }) => {
await setFixedTimeMode(page); await setFixedTimeMode(page);