Skip to content

Commit

Permalink
remove leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
RFSH committed Sep 13, 2024
1 parent 57b27ed commit 1dfff0a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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 () => {
Expand Down

0 comments on commit 1dfff0a

Please sign in to comment.