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_android] Fix race condition in flaky test (#5037)
The test was retrieving the current url directly after calling `loadUrl`. This seems to have a good chance to fail since loading a url isn't instantaneous. This changes the test to wait for the url to change.
Copy file name to clipboardExpand all lines: packages/webview_flutter/webview_flutter_android/example/integration_test/legacy/webview_flutter_test.dart
0 commit comments