mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Visualize] Unksip test (#130529)
* unksip test * fix test Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
153cd550ab
commit
37414f2cb2
1 changed files with 5 additions and 2 deletions
|
@ -14,6 +14,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
|
||||
describe('Visualize', () => {
|
||||
it('visualize', async () => {
|
||||
await PageObjects.visualize.gotoVisualizationLandingPage();
|
||||
await a11y.testAppSnapshot();
|
||||
});
|
||||
|
||||
|
@ -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();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue