[ Functional test ] Increase the waiting time for the filter bar request (#73424)

This commit is contained in:
Marco Liberati 2020-07-28 14:21:24 +02:00 committed by GitHub
parent 7a10077776
commit 8c710aae3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ export default function ({ getService, getPageObjects }) {
await PageObjects.visualize.loadSavedVisualization('chained input control', {
navigateToVisualize: false,
});
await testSubjects.waitForEnabled('addFilter', 10000);
});
it('should disable child control when parent control is not set', async () => {