Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings from integration tests with chromedriver #148

Open
jonasfj opened this issue Sep 4, 2024 · 0 comments
Open

Fix warnings from integration tests with chromedriver #148

jonasfj opened this issue Sep 4, 2024 · 0 comments
Labels

Comments

@jonasfj
Copy link
Member

jonasfj commented Sep 4, 2024

Currently, we have the follow warnings in tests:

Warning: In index.html:53: Local variable for "serviceWorkerVersion" is deprecated. Use "{{flutter_service_worker_version}}" template token instead. See https://docs.flutter.dev/platform-integration/web/initialization for more details.
Warning: In index.html:62: "FlutterLoader.loadEntrypoint" is deprecated. Use "FlutterLoader.load" instead. See https://docs.flutter.dev/platform-integration/web/initialization for more details.

I'm guessing this is something to do with example/web/index.html:
https://github.com/google/webcrypto.dart/blob/master/example/web/index.html

Perhaps we should try to create a new template and copy/cargo-cult the setup from there.

It's unclear if this will fix chromedriver tests on macos.

@jonasfj jonasfj added the cleanup label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant