add new examples for chrome

This commit is contained in:
Jason Lee
2024-02-18 22:11:16 +08:00
parent 66304b3bab
commit 17cd897780
12 changed files with 333 additions and 16 deletions

View File

@@ -15,7 +15,8 @@ from .chrome import (
check_font_size,
check_enabled_experiments,
check_history_deleted,
is_expected_search_query
is_expected_search_query,
is_expected_active_tab
)
from .docs import (
compare_font_names,
@@ -53,6 +54,7 @@ from .general import (
check_json,
check_list,
exact_match,
is_in_list,
fuzzy_match,
check_include_exclude
)