Skip to content
Merged
Changes from all 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 src/Shared/E2ETesting/selenium-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"drivers": {
"chrome": {
"version" : "89.0.4389.23"
"version" : "91.0.4472.19"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's non-obvious what the relationship is between those two things, and I'd like to unblock builds

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The relationship is mainly to the version of Chrome installed. Kestrel's Interop.FunctionalTests.csproj should fail w/ the current version or will real soon now. Plz fix if possible though separate PR may be fine.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Someone will need to add the package to the dotnet-public feed

}
},
"ignoreExtraDrivers": true
Expand Down