Skip to content

Commit eb85221

Browse files
committed
Merge remote-tracking branch 'origin/tracy/disable_alt_text_in_add_image_test' into tracy/disable_alt_text_in_add_image_test
# Conflicts: # modules/page_object_generics.py
2 parents f2c6bdf + 9950063 commit eb85221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pdf_viewer/test_add_image_pdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_add_image_pdf(driver: Firefox, sys_platform, pdf_viewer: GenericPdf):
3939
4040
Arguments:
4141
sys_platform: Current System Platform Type
42-
pdf_viewer: instance of GenericPdf with correct path.
42+
pdf_viewer: Instance of GenericPdf with correct path.
4343
"""
4444
context_menu = ContextMenu(driver)
4545
image_path = Path("data") / IMAGE_FILE_NAME

0 commit comments

Comments
 (0)