Skip to content

Commit

Permalink
[Visualize] Unksip test (elastic#130529)
Browse files Browse the repository at this point in the history
* unksip test

* fix test

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
2 people authored and kertal committed May 24, 2022
1 parent 47805d5 commit e8ae561
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/accessibility/apps/visualize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {

describe('Visualize', () => {
it('visualize', async () => {
await PageObjects.visualize.gotoVisualizationLandingPage();
await a11y.testAppSnapshot();
});

Expand All @@ -22,8 +23,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await a11y.testAppSnapshot();
});

it.skip('create visualize button', async () => {
await PageObjects.visualize.clickNewVisualization();
it('create visualize button', async () => {
await PageObjects.visualize.clickAggBasedVisualizations();
await PageObjects.visualize.waitForVisualizationSelectPage();
await PageObjects.visualize.clickAreaChart();
await a11y.testAppSnapshot();
});
});
Expand Down

0 comments on commit e8ae561

Please sign in to comment.