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 50c9dad commit 1bf5b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/main-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('Main Page', () => {
});
});

describe('Charts', () => {
describe('Charts screenshot', () => {
const componentsArray = [
{url: '/#/LineChart', selector: 'app-line-chart'},
{url: '/#/BarChart', selector: 'app-bar-chart'},
Expand Down

0 comments on commit 1bf5b52

Please sign in to comment.