net6conversion (#642)
* Converting to net6 startup and integration test formats * Update to minimal api and using pagetitle * Adjust functional test fixtures Update ApiEndpoints package version * Finish migration to minimal api startup
This commit is contained in:
@@ -6,9 +6,9 @@ using Xunit;
|
||||
namespace Microsoft.eShopWeb.FunctionalTests.WebRazorPages;
|
||||
|
||||
[Collection("Sequential")]
|
||||
public class HomePageOnGet : IClassFixture<WebTestFixture>
|
||||
public class HomePageOnGet : IClassFixture<TestApplication>
|
||||
{
|
||||
public HomePageOnGet(WebTestFixture factory)
|
||||
public HomePageOnGet(TestApplication factory)
|
||||
{
|
||||
Client = factory.CreateClient();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user