Skip to content

Commit

Permalink
removed unsued code
Browse files Browse the repository at this point in the history
  • Loading branch information
framitdavid committed Dec 19, 2023
1 parent 225b620 commit 139c5a7
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ test.describe('create-app-and-simple-schema', () => {
await createServicePage.clickOnCreateAppButton();
await createServicePage.redirectedToEditorOverview();
});

test('should create new datamodel and name it "simple-db-model"', async ({
page,
}): Promise<void> => {});

test.afterAll(async ({ request }) => {
request.delete('', {});
});
});


0 comments on commit 139c5a7

Please sign in to comment.