We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593532d commit b0c6960Copy full SHA for b0c6960
tests/test_devtools_async_helpers.py
@@ -28,7 +28,7 @@ async def test_create_and_wait(browser):
28
initial_tab_count = len(browser.tabs)
29
30
# Create a simple HTML page as a data URL
31
- data_url = "chrome://version"
+ data_url = "https://www.example.com"
32
33
# Test 1: Create tab with data URL - should succeed
34
tab1 = await create_and_wait(browser, url=data_url, timeout=5.0)
0 commit comments