Skip to content

Commit

Permalink
[ Functional test ] Increase the waiting time for the filter bar requ…
Browse files Browse the repository at this point in the history
…est (#73424)
  • Loading branch information
dej611 authored Jul 28, 2020
1 parent 7a10077 commit 8c710aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 8c710aa

Please sign in to comment.