Skip to content

Commit

Permalink
chore(ci): Use Chrome on CI instead of Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Aug 10, 2023
1 parent 651727a commit bfdca37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sample/Sample.UITests/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public class Constants

public readonly static Platform CurrentPlatform = Platform.Browser;

public readonly static Browser WebAssemblyBrowser = Browser.Edge;
public readonly static Browser WebAssemblyBrowser = Browser.Chrome;
}
}

0 comments on commit bfdca37

Please sign in to comment.