Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcho committed Nov 14, 2024
1 parent d2a9078 commit 861fb22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __visual_tests__/workflow-tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test('101', async ({ page, browserName }) => {
test('102', async ({ page, browserName }) => {
await loadWidget(page);
// 1
await sendTextMessage(page, 'Give me a travel agency poster', 100);
await sendTextMessage(page, 'Give me a travel agency poster', 5000);
await assertScreenshot(page, '102-1', browserName);
});

Expand Down Expand Up @@ -110,7 +110,7 @@ test('103', async ({ page, browserName }) => {
// 4
options = page.locator(WidgetComponentIds.SUGGESTED_REPLIES_OPTIONS);
await options.nth(1).click();
await page.waitForTimeout(100); // Time takes long for file message to be rendered and then scrolled to bottom in CI browsers.
await page.waitForTimeout(4000); // Time takes long for file message to be rendered and then scrolled to bottom in CI browsers.
await assertScreenshot(page, '103-4', browserName);

// 5
Expand Down

0 comments on commit 861fb22

Please sign in to comment.