Skip to content

Commit 1478001

Browse files
committed
tests(e2e): Fix sanity test
1 parent 6ae2dc1 commit 1478001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/designer/real-api/sanity-test.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ test.describe(
2424
await page.waitForResponse((resp) => resp.url().includes('/deployWorkflowArtifacts') && resp.status() === 200);
2525
await page.getByTestId('card-When a HTTP request is received').getByLabel('When a HTTP request is').click();
2626
const value = await page.getByRole('textbox', { name: 'URL will be generated after' }).inputValue();
27+
await request.get(value);
2728
const LAResult = await request.get(value);
2829
expect(LAResult.status()).toBe(200);
2930
expect(await LAResult.text()).toBe('Test Body');

0 commit comments

Comments
 (0)