Skip to content

Commit

Permalink
chore(demo-playwright): addressing comments and deleting line chart c…
Browse files Browse the repository at this point in the history
…ypress test
  • Loading branch information
VidhiRambhia committed Oct 10, 2023
1 parent d3029e2 commit c4d5c91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions projects/demo-cypress/cypress/tests/addon-charts/line-chart.cy.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ test.describe(`LineChart`, () => {
.first();

await lineChart.hover();
await expect(lineChart).toHaveScreenshot(`01-line-chart.png`);
await expect(example).toHaveScreenshot(`01-line-chart.png`);
});
});

0 comments on commit c4d5c91

Please sign in to comment.