Skip to content

Commit

Permalink
feat(e2e): change old applitools canvas test
Browse files Browse the repository at this point in the history
  • Loading branch information
ludmilanesvitiy committed Nov 1, 2019
1 parent b4611f5 commit 50c9dad
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions cypress/integration/main-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ describe('Charts', () => {
const componentsArray = [
{url: '/#/LineChart', selector: 'app-line-chart'},
{url: '/#/BarChart', selector: 'app-bar-chart'},
{url: '/#/DoughnutChart', selector: 'app-doughnut-chart'},
{url: '/#/RadarChart', selector: 'app-radar-chart'},
{url: '/#/PieChart', selector: 'app-pie-chart'},
{url: '/#/PolarAreaChart', selector: 'app-polar-area-chart'},
{url: '/#/BubbleChart', selector: 'app-bubble-chart'},
{url: '/#/ScatterChart', selector: 'app-scatter-chart'},
{url: '/#/DynamicChart', selector: 'app-dynamic-chart'}
{url: '/#/DoughnutChart', selector: 'app-doughnut-chart'}
];

componentsArray.forEach(component => {
Expand Down

0 comments on commit 50c9dad

Please sign in to comment.