Skip to content

Commit c956e65

Browse files
committed
Add sleep to robot test to wait until service is up
1 parent 3e2104e commit c956e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ns8-n8n.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Check if n8n works as expected
5555
Retry test Backend URL is reachable
5656

5757
Verify n8n frontend title
58-
${output} = Execute Command curl -s ${backend_url}
58+
${output} = Execute Command sleep 10 && curl -s ${backend_url}
5959
Should Contain ${output} <title>n8n.io - Workflow Automation</title>
6060

6161
Check if n8n is removed correctly

0 commit comments

Comments
 (0)