Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/web_ui/dev/edge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EdgeEnvironment implements BrowserEnvironment {
}

@override
Runtime get packageTestRuntime => Runtime.internetExplorer;
Runtime get packageTestRuntime => Runtime.edge;

@override
Future<void> prepare() async {
Expand Down
2 changes: 1 addition & 1 deletion lib/web_ui/dev/test_platform.dart
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ class BrowserManager {
try {
controller = deserializeSuite(
path,
currentPlatform(_browserEnvironment.packageTestRuntime),
currentPlatform(_browserEnvironment.packageTestRuntime, null),
suiteConfig,
await _environment,
suiteChannel,
Expand Down
4 changes: 2 additions & 2 deletions lib/web_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dev_dependencies:
http: 1.1.0
http_multi_server: any
image: 3.0.1
matcher: 0.12.14
matcher: 0.12.16
package_config: any
path: 1.8.0
pool: any
Expand All @@ -38,7 +38,7 @@ dev_dependencies:
shelf_web_socket: any
stack_trace: any
stream_channel: 2.1.1
test: 1.22.1
test: 1.24.7
test_api: any
test_core: any
typed_data: any
Expand Down
2 changes: 1 addition & 1 deletion web_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dev_dependencies:
# up-to-date instead of a version from pub, which may not have the latest
# language features enabled.
analyzer: any
test: 1.22.1
test: 1.24.7

dependency_overrides: # Must include all transitive dependencies from the "any" packages above.
_fe_analyzer_shared:
Expand Down
2 changes: 1 addition & 1 deletion web_sdk/web_engine_tester/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
dependencies:
js: 0.6.4
stream_channel: 2.1.1
test: 1.22.1
test: 1.24.7
webkit_inspection_protocol: 1.0.0
stack_trace: 1.10.0
ui:
Expand Down