From 1dfff0aae7b6690ef3fa2b813e3d22956c1d2ea5 Mon Sep 17 00:00:00 2001 From: Aref Shafaei Date: Fri, 13 Sep 2024 12:11:47 -0700 Subject: [PATCH] remove leftover code --- .../specs/default-config/recordedit/immutable-inputs.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/e2e/specs/default-config/recordedit/immutable-inputs.spec.ts b/test/e2e/specs/default-config/recordedit/immutable-inputs.spec.ts index fd937c8aa..61b56ca27 100644 --- a/test/e2e/specs/default-config/recordedit/immutable-inputs.spec.ts +++ b/test/e2e/specs/default-config/recordedit/immutable-inputs.spec.ts @@ -170,7 +170,6 @@ test.describe('Immutable and Generated columns', () => { case RecordeditInputType.FK_POPUP: case RecordeditInputType.BOOLEAN: await expect.soft(RecordeditLocators.getInputPlaceholderMessage(page, col.name, 1)).toHaveText('Automatically generated'); - // TODO break; default: await testAutomaticallyGenerated(RecordeditLocators.getInputForAColumn(page, col.name, 1), col.displayname); @@ -190,7 +189,6 @@ test.describe('Immutable and Generated columns', () => { await test.step('open recordedit page', async () => { await page.goto(`${baseURL}/recordedit/#${getCatalogID(testInfo.project.name)}/${testParams.schemaTable}/id=2`); await RecordeditLocators.waitForRecordeditPageReady(page); - await page.pause(); }); await test.step('display immutable inputs properly with their values.', async () => {