Skip to content

Commit ed878ef

Browse files
committed
formatting again
1 parent ed55cdf commit ed878ef

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tests/address_bar_and_search/test_intervention_card_refresh_firefox.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33

44
from modules.browser_object import Navigation
55

6-
ALLOWED_RGB_BEFORE_VALUES = set(["rgba(207, 207, 216, 0.33)", "color(srgb 0 0 0 / 0.13)", "rgba(0, 0, 0, 0.33)"])
7-
ALLOWED_RGB_AFTER_VALUES = set(["color(srgb 0 0 0 / 0.6)", "color(srgb 0.984314 0.984314 0.996078 / 0.6)"])
6+
ALLOWED_RGB_BEFORE_VALUES = set(
7+
["rgba(207, 207, 216, 0.33)", "color(srgb 0 0 0 / 0.13)", "rgba(0, 0, 0, 0.33)"]
8+
)
9+
ALLOWED_RGB_AFTER_VALUES = set(
10+
["color(srgb 0 0 0 / 0.6)", "color(srgb 0.984314 0.984314 0.996078 / 0.6)"]
11+
)
12+
813

914
# Set search region
1015
@pytest.fixture()

0 commit comments

Comments
 (0)