Skip to content

Commit

Permalink
test: improve stability
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed Mar 7, 2020
1 parent f031d57 commit 8391ccb
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -179,6 +179,8 @@ describe('QuestTemplateAddon integration tests', () => {
page.clickModalSelect();
await fixture.whenStable();
await fixture.whenRenderingDone();
const sleep = time => new Promise(r => setTimeout(r, time));
await sleep(500);

expect(page.getInputById(field).value).toEqual('10');
page.expectDiffQueryToContain(
Expand Down

0 comments on commit 8391ccb

Please sign in to comment.