Skip to content

Commit

Permalink
chore(test): remove an assertion that blocks the check for an existin…
Browse files Browse the repository at this point in the history
…g kind cluster (podman-desktop#9678)

chore(test): delete markdowncontent assertion
Signed-off-by: Anton Misskii <[email protected]>
  • Loading branch information
amisskii authored Oct 30, 2024
1 parent 7670df0 commit 4ea503b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/playwright/src/utility/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ export async function createKindCluster(
const resourcesPage = await settingsPage.openTabPage(ResourcesPage);
await playExpect(resourcesPage.heading).toBeVisible({ timeout: 10_000 });
await playExpect.poll(async () => resourcesPage.resourceCardIsVisible('kind')).toBeTruthy();
await playExpect(kindResourceCard.markdownContent).toBeVisible();
await playExpect(kindResourceCard.createButton).toBeVisible();

if (await kindResourceCard.doesResourceElementExist()) {
Expand Down

0 comments on commit 4ea503b

Please sign in to comment.