Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: write workflow snapshot tests #381

Merged
merged 22 commits into from
Nov 14, 2024
Merged
Prev Previous commit
Next Next commit
testing
liamcho committed Nov 11, 2024
commit f9f96713a240b8a0e1ce7c73375b5444ebc9fabc
2 changes: 1 addition & 1 deletion __visual_tests__/workflow-tests.spec.ts
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ test('101', async ({ page, browserName }) => {
test('102', async ({ page, browserName }) => {
await loadWidget(page);
// 1
await sendTextMessage(page, 'Give me a travel agency poster', 4000);
await sendTextMessage(page, 'Give me a travel agency poster', 5000);
await assertScreenshot(page, '102-1', browserName);
});