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

* 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 12:41:46 -04:00 committed by GitHub
parent 476a2fddf0
commit c149ab9213
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();