Fix bugs from merging
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
@@ -46,3 +46,4 @@ PyYaml
|
||||
mutagen
|
||||
pytesseract
|
||||
borb
|
||||
pdfplumber
|
||||
|
||||
Reference in New Issue
Block a user