Remove "outdated" comment

Since commit 23682fadd8, we have had the comment:
> # Review
> # Doble check why the file is stored with a name different to empty.pdf

This might be outdated.
This commit is contained in:
taitus
2025-05-16 13:07:53 +02:00
parent afdf65dec9
commit b7025a8135

View File

@@ -194,10 +194,7 @@ describe "Nested documentable" do
expect(page).to have_content notice_text
expect(page).to have_content "Documents"
expect(page).to have_content "empty.pdf"
# Review
# Doble check why the file is stored with a name different to empty.pdf
expect(page).to have_link text: "empty.pdf"
expect(page).to have_link href: /.pdf\Z/
end