Skip to content

Commit 0a7f8a3

Browse files
authored
test: enable large file upload tests on all browsers (#1260)
1 parent d795da6 commit 0a7f8a3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/async/test_browsertype_connect.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ async def handle_request(route: Route) -> None:
245245
remote.kill()
246246

247247

248-
@pytest.mark.only_browser("chromium")
249248
async def test_should_upload_large_file(
250249
browser_type: BrowserType,
251250
launch_server: Callable[[], RemoteServer],

tests/async/test_input.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ async def _listen_for_wheel_events(page: Page, selector: str) -> None:
287287
)
288288

289289

290-
@pytest.mark.only_browser("chromium")
291290
async def test_should_upload_large_file(page, server, tmp_path):
292291
await page.goto(server.PREFIX + "/input/fileupload.html")
293292
large_file_path = tmp_path / "200MB.zip"

0 commit comments

Comments
 (0)