Skip to content

Commit 53a9fee

Browse files
merge master
2 parents 84eb893 + 5786896 commit 53a9fee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e-playwright/tests/platform_CI_tests/test_platform.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
from typing import Iterable
1010

1111
import pytest
12-
from playwright.sync_api._generated import BrowserContext, Playwright, expect
12+
from playwright.sync_api import expect
13+
from playwright.sync_api._generated import BrowserContext, Playwright
1314
from pydantic import AnyUrl
1415

1516

0 commit comments

Comments
 (0)