Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Jan 27, 2019
1 parent 1166889 commit 2767601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test('setup', async () => {
const input = await driver.findElement(By.css('input[type="text"]'));

await input.sendKeys('layout carousel', Key.RETURN);
await driver.wait(minNumActivitiesReached(2), timeouts.directLine);
await driver.wait(minNumActivitiesReached(3), timeouts.directLine);
await driver.wait(allImagesLoaded, timeouts.fetch);

// Hide cursor before taking screenshot
Expand Down

0 comments on commit 2767601

Please sign in to comment.