mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-23 08:50:20 -05:00
44444a9c7c
loading index.html creates a new socket connection, which throws off the test runner, causing it to falsely report a timeout
9 lines
84 B
HTML
9 lines
84 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Blank</title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|