You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[webview_flutter] Fix macOS test issues and skip some legacy iOS tests (flutter#8895)
Tests on macOS were [failing](flutter/flutter#164632 (comment)) due to `videoTestBase64` not being initialized. This PR moved `videoTestBase64` initialization into each individual test.
Tests on macOS were [failing](flutter/flutter#164632 (comment)) due matching failing because on some devices JavaScript turns a boolean as a string like `"false"` and sometimes as a number like `"0"`. This PR changes it to accept either regardless of device.
Some legacy iOS tests are [flaking](flutter/flutter#164632 (comment)) with Xcode 16, so we're skipping them for now.
## Pre-Review Checklist
[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
0 commit comments