Skip to content

Commit c3edcb6

Browse files
committed
run formatter
1 parent 1c3f881 commit c3edcb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

py/test/selenium/webdriver/common/bidi_webextension_tests.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
EXTENSION_PATH = "common/extensions/webextensions-selenium-example-signed"
2424
EXTENSION_ARCHIVE_PATH = "common/extensions/webextensions-selenium-example.xpi"
2525

26+
2627
# Function to find the project root directory
2728
def find_project_root():
2829
current_dir = os.path.dirname(os.path.abspath(__file__))
@@ -59,6 +60,7 @@ def test_install_extension_path(driver, locate_project_path):
5960

6061
driver.webextension.uninstall(ex_in)
6162

63+
6264
@pytest.mark.xfail_chrome
6365
@pytest.mark.xfail_edge
6466
def test_install_archive_extension_path(driver, locate_project_path):
@@ -70,6 +72,7 @@ def test_install_archive_extension_path(driver, locate_project_path):
7072

7173
driver.webextension.uninstall(ex)
7274

75+
7376
@pytest.mark.xfail_chrome
7477
@pytest.mark.xfail_edge
7578
def test_install_base64_extension_path(driver, locate_project_path):
@@ -84,6 +87,7 @@ def test_install_base64_extension_path(driver, locate_project_path):
8487

8588
driver.webextension.uninstall(ex)
8689

90+
8791
@pytest.mark.xfail_chrome
8892
@pytest.mark.xfail_edge
8993
def test_install_with_extension_id_uninstall(driver, locate_project_path):

0 commit comments

Comments
 (0)