Fix bugs from merging

This commit is contained in:
Timothyxxx
2024-03-08 23:09:11 +08:00
parent 1bfc8cc42b
commit 62b3b2390d
2 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ from .chrome import (
is_expected_active_tab,
is_expected_url_pattern_match,
is_added_to_steam_cart,
is_expected_installed_extensions
is_expected_installed_extensions,
compare_pdf_images
)
from .docs import (
@@ -49,7 +49,7 @@ from .docs import (
check_file_exists,
check_tabstops,
compare_contains_image,
compare_docx_files_and_ignore_new_lines
compare_docx_files_and_ignore_new_lines,
compare_docx_images,
compare_image_text,
compare_references
@@ -72,7 +72,7 @@ from .general import (
file_contains,
compare_terminal_and_txt,
fuzzy_place_math,
compare_python_pure_text
compare_python_pure_text,
diff_text_file,
literal_match
)

View File

@@ -46,3 +46,4 @@ PyYaml
mutagen
pytesseract
borb
pdfplumber