finish the rest part of chrome examples and verify them on mac arm64
This commit is contained in:
@@ -16,7 +16,8 @@ from .chrome import (
|
||||
check_enabled_experiments,
|
||||
check_history_deleted,
|
||||
is_expected_search_query,
|
||||
is_expected_active_tab
|
||||
is_expected_active_tab,
|
||||
is_expected_url_pattern_match
|
||||
)
|
||||
from .docs import (
|
||||
compare_font_names,
|
||||
@@ -54,7 +55,8 @@ from .general import (
|
||||
exact_match,
|
||||
is_in_list,
|
||||
fuzzy_match,
|
||||
check_include_exclude
|
||||
check_include_exclude,
|
||||
check_direct_json_object
|
||||
)
|
||||
from .gimp import (
|
||||
check_brightness_decrease_and_structure_sim,
|
||||
|
||||
Reference in New Issue
Block a user