We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e31a97 commit 6fa4ca1Copy full SHA for 6fa4ca1
tests/collabora.robot
@@ -34,6 +34,10 @@ Retrieve collabora backend URL
34
Check if collabora works as expected
35
Retry test Backend URL is reachable
36
37
+Verify collabora frontend title
38
+ ${output} = Execute Command curl -s ${backend_url}
39
+ Should Contain ${output} OK
40
+
41
Check if collabora is removed correctly
42
${rc} = Execute Command remove-module --no-preserve ${module_id}
43
... return_rc=True return_stdout=False
0 commit comments