mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* add more output This will let us know if the filter is failing to be added on the visualization before being saved. * run 20x * go back to single run
This commit is contained in:
parent
476a2fddf0
commit
c149ab9213
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
await PageObjects.dashboard.setQuery('memory:<80000');
|
||||
await PageObjects.dashboard.clickFilterButton();
|
||||
await PageObjects.header.waitUntilLoadingHasFinished();
|
||||
await dashboardExpect.pieSliceCount(2);
|
||||
|
||||
await PageObjects.visualize.saveVisualization(PIE_CHART_VIS_NAME);
|
||||
await PageObjects.header.clickDashboard();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue