Skip to content

Commit

Permalink
Update receiptcard snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
corinagum committed Oct 16, 2020
1 parent 514dd37 commit ed41a9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions __tests__/richCards.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ test('receipt card', async () => {

await driver.wait(minNumActivitiesShown(2), timeouts.directLine);
await driver.wait(allImagesLoaded(), timeouts.fetchImage);
await driver.wait(scrollToBottomCompleted(), timeouts.scrollToBottom);

const base64PNG = await driver.takeScreenshot();

Expand All @@ -82,6 +83,7 @@ test('receipt card with quantity', async () => {

await driver.wait(minNumActivitiesShown(2), timeouts.directLine);
await driver.wait(allImagesLoaded(), timeouts.fetchImage);
await driver.wait(scrollToBottomCompleted(), timeouts.scrollToBottom);

const base64PNG = await driver.takeScreenshot();

Expand Down

0 comments on commit ed41a9d

Please sign in to comment.