Skip to content

Commit b0c6960

Browse files
committed
Change testing URL
1 parent 593532d commit b0c6960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_devtools_async_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async def test_create_and_wait(browser):
2828
initial_tab_count = len(browser.tabs)
2929

3030
# Create a simple HTML page as a data URL
31-
data_url = "chrome://version"
31+
data_url = "https://www.example.com"
3232

3333
# Test 1: Create tab with data URL - should succeed
3434
tab1 = await create_and_wait(browser, url=data_url, timeout=5.0)

0 commit comments

Comments
 (0)