Skip to content

Commit ed5952e

Browse files
minor fix
1 parent 45e0eb5 commit ed5952e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/pdf_viewer/test_download_pdf_with_form_fields.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ def delete_files_regex_string():
1919
return r"i-9.*\.pdf"
2020

2121

22+
@pytest.fixture()
23+
def file_name():
24+
return PDF_FILE_NAME
25+
26+
2227
@pytest.mark.headed
2328
def test_download_pdf_with_form_fields(
2429
driver: Firefox,

0 commit comments

Comments
 (0)