Skip to content

Commit eedf9b7

Browse files
committed
end2end tests: fix firefox tests
1 parent 8360e4c commit eedf9b7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/end2end_test.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
from typing import Callable, TypeVar
1111

1212
import pytest
13-
from addon import LOCALHOST, Addon, get_addon_source
13+
from addon import (
14+
LOCALHOST,
15+
Addon,
16+
addon, # noqa: F401
17+
get_addon_source,
18+
)
1419
from common import has_x, local_http_server, notnone, under_ci
1520
from selenium.webdriver import Remote as Driver
1621
from selenium.webdriver.common.by import By

0 commit comments

Comments
 (0)