File tree Expand file tree Collapse file tree
AudioCuesheetEditor.End2EndTests/Pages Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments