Skip to content

Commit

Permalink
fix(citrus-simulator-ui): remove unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerfluri committed Sep 26, 2024
1 parent ce1464a commit c92473d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions simulator-ui/tests/entities.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,6 @@ test.describe('test results entity table', () => {
});
});

test('should display table of test parameters', async ({ page }) => {
const contentObject = entityPageContentMap[5];
await mockBackendResponse(page, contentObject.apiUrl, contentObject.contentJson);

await page.goto(contentObject.entityUrl);

await checkEntityPageContentValueAndVisibility(page, contentObject);
await checkIfRefreshButtonWorks(page, contentObject);
});

const checkEntityPageContentValueAndVisibility = async (page: Page, contentObject: EntityPageContentObject): Promise<void> => {
for (const locator of contentObject.locators) {
await expect(page.locator(locator)).toHaveCount(1);
Expand Down

0 comments on commit c92473d

Please sign in to comment.