Skip to content

Commit 055b398

Browse files
move to http
1 parent dc38802 commit 055b398

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AudioCuesheetEditor.End2EndTests/Pages/AboutTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class AboutTest : PageTest
99
[TestMethod]
1010
public async Task HasTitle()
1111
{
12-
await Page.GotoAsync("https://localhost:7132/about");
12+
await Page.GotoAsync("http://localhost:5132/about");
1313
await Expect(Page).ToHaveTitleAsync("AudioCuesheetEditor");
1414
await Expect(Page.GetByRole(AriaRole.Heading, new() { Name = "About AudioCuesheetEditor" })).ToBeVisibleAsync();
1515
}

AudioCuesheetEditor.End2EndTests/Pages/IndexTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class IndexTest : PageTest
99
[TestMethod]
1010
public async Task HasTitle()
1111
{
12-
await Page.GotoAsync("https://localhost:7132/");
12+
await Page.GotoAsync("http://localhost:5132/");
1313
await Expect(Page).ToHaveTitleAsync("AudioCuesheetEditor");
1414
await Expect(Page.GetByRole(AriaRole.Button, new() { Name = "AudioCuesheetEditor" })).ToBeVisibleAsync();
1515
}

0 commit comments

Comments
 (0)