Gain extra info when nested query visualization test fails (#17390)

* 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:
Stacey Gammon 2018-04-02 10:59:25 -04:00 committed by GitHub
parent 3a30d0bf76
commit a59ebd08dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();