Files
cypress/packages/driver/test/support/server/views/blank.html
T
Chris Breiding 44444a9c7c driver: prevent navigation spec from faking out test runner
loading index.html creates a new socket connection, which throws off the test runner, causing it to falsely report a timeout
2017-05-16 16:34:06 -04:00

9 lines
84 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Blank</title>
</head>
<body>
</body>
</html>