We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7801b commit 83b1aedCopy full SHA for 83b1aed
packages/webview_flutter/webview_flutter_wkwebview/test/webkit_webview_controller_test.dart
@@ -863,7 +863,6 @@ void main() {
863
final WKUserScript userScript =
864
verify(mockUserContentController.addUserScript(captureAny))
865
.captured
866
- .toList()
867
.first as WKUserScript;
868
expect(userScript.source, 'window.name = webkit.messageHandlers.name;');
869
expect(
@@ -1009,7 +1008,6 @@ void main() {
1009
1008
1010
1011
1012
1013
1014
expect(userScript.source, 'window.name2 = webkit.messageHandlers.name2;');
1015
0 commit comments