We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2104e commit c956e65Copy full SHA for c956e65
tests/ns8-n8n.robot
@@ -55,7 +55,7 @@ Check if n8n works as expected
55
Retry test Backend URL is reachable
56
57
Verify n8n frontend title
58
- ${output} = Execute Command curl -s ${backend_url}
+ ${output} = Execute Command sleep 10 && curl -s ${backend_url}
59
Should Contain ${output} <title>n8n.io - Workflow Automation</title>
60
61
Check if n8n is removed correctly
0 commit comments