Unverified Commit 9afb45a4 authored by Yegor's avatar Yegor Committed by GitHub

[web] use local CanvasKit bundle in all e2e tests (#92305)

parent 11e83e7c
......@@ -5,6 +5,12 @@ found in the LICENSE file. -->
<html>
<head>
<title>Web Integration Tests</title>
<script>
// Use the local CanvasKit bundle instead of the CDN to reduce test flakiness.
window.flutterConfiguration = {
canvasKitBaseUrl: "/canvaskit/"
};
</script>
</head>
<body>
<script src="main.dart.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment