Skip to content

Commit

Permalink
[Visualize] Unksip test (#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
flash1293 and kibanamachine authored Apr 19, 2022
1 parent 153cd55 commit 37414f2
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 37414f2

Please sign in to comment.