Update expected output for a QA scenario

Inform testers that the container code no longer returns "UNTRUSTED >"
strings in its output. Every string is trusted now, and the output will
be similar for container and Qubes isolation providers alike.
This commit is contained in:
Alex Pyrgiotis 2024-02-19 20:03:14 +02:00
parent d376e1da00
commit aeb8c33b6e
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
2 changed files with 4 additions and 6 deletions

View file

@ -175,10 +175,9 @@ Dangerzone. Dangerzone should show the settings that the user chose.
Run Dangerzone and convert the `tests/test_docs/sample_bad_pdf.pdf` document. Run Dangerzone and convert the `tests/test_docs/sample_bad_pdf.pdf` document.
Dangerzone should fail gracefully, by reporting that the operation failed, and Dangerzone should fail gracefully, by reporting that the operation failed, and
showing the last error message. showing the following error message:
_(Only for Qubes)_ The only message that the user should see is: "The document > The document format is not supported
format is not supported", without any untrusted strings.
#### 6. Dangerzone succeeds in converting multiple documents #### 6. Dangerzone succeeds in converting multiple documents

View file

@ -105,10 +105,9 @@ Dangerzone. Dangerzone should show the settings that the user chose.
Run Dangerzone and convert the `tests/test_docs/sample_bad_pdf.pdf` document. Run Dangerzone and convert the `tests/test_docs/sample_bad_pdf.pdf` document.
Dangerzone should fail gracefully, by reporting that the operation failed, and Dangerzone should fail gracefully, by reporting that the operation failed, and
showing the last error message. showing the following error message:
_(Only for Qubes)_ The only message that the user should see is: "The document > The document format is not supported
format is not supported", without any untrusted strings.
#### 6. Dangerzone succeeds in converting multiple documents #### 6. Dangerzone succeeds in converting multiple documents