Skip to content

Commit 2cc4832

Browse files
committed
Add verification for collabora frontend title in tests
1 parent 5e31a97 commit 2cc4832

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/collabora.robot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Retrieve collabora backend URL
3434
Check if collabora works as expected
3535
Retry test Backend URL is reachable
3636

37+
Verify collabora frontend title
38+
${output} = Execute Command curl -s ${backend_url}
39+
Should Contain ${output} OK
40+
3741
Check if collabora is removed correctly
3842
${rc} = Execute Command remove-module --no-preserve ${module_id}
3943
... return_rc=True return_stdout=False

0 commit comments

Comments
 (0)