Skip to content

Commit

Permalink
Update PlaywrightTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lanedirt committed Jun 10, 2024
1 parent 81163bf commit 09e73fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tests/AliasVault.E2ETests/PlaywrightTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public async Task OneTimeSetUp()
{
_webAppManager = new WebAppManager();

// Determine random port for the WebAPI between 5000-5500
apiPort = new Random().Next(5000, 5500);
// Determine random port for the WebAPI between 5100-5900
apiPort = new Random().Next(5100, 5900);
// Determine random port for the BlazorWasm which is apiPort + 1
appPort = apiPort + 1;
// Update base URL
Expand Down

0 comments on commit 09e73fd

Please sign in to comment.