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

This commit is contained in:
Yegor 2021-10-26 19:08:05 -07:00 committed by GitHub
parent 11e83e7c18
commit 9afb45a44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>