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. --> ...@@ -5,6 +5,12 @@ found in the LICENSE file. -->
<html> <html>
<head> <head>
<title>Web Integration Tests</title> <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> </head>
<body> <body>
<script src="main.dart.js"></script> <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