Skip to content

Commit

Permalink
Re-enabling all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 3, 2022
1 parent a0f6501 commit 4cc769c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/OrchardCore.Tests.UI/Tests/AdminMonkeyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public AdminMonkeyTests(ITestOutputHelper testOutputHelper)
{
}

[Theory(Skip = "Minimal test suite for multi-DB testing."), Chrome]
[Theory, Chrome]
public Task TestAdminPagesAsMonkeyRecursivelyShouldWorkWithAdminUser(Browser browser) =>
ExecuteTestAsync(
async context =>
Expand Down
2 changes: 1 addition & 1 deletion test/OrchardCore.Tests.UI/Tests/AgencyRecipeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public AgencyRecipeTests(ITestOutputHelper testOutputHelper)
{
}

[Theory(Skip = "Minimal test suite for multi-DB testing."), Chrome]
[Theory, Chrome]
public Task BasicOrchardFeaturesShouldWorkWithAgency(Browser browser) =>
ExecuteTestAsync(
async context =>
Expand Down
2 changes: 1 addition & 1 deletion test/OrchardCore.Tests.UI/Tests/AzureBlobStorageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public AzureBlobStorageTests(ITestOutputHelper testOutputHelper)
{
}

[Theory(Skip = "Minimal test suite for multi-DB testing."), Chrome]
[Theory, Chrome]
public Task BasicOrchardFeaturesShouldWorkWithBlogAndAzureBlobStorage(Browser browser) =>
ExecuteTestAsync(
async context =>
Expand Down
2 changes: 1 addition & 1 deletion test/OrchardCore.Tests.UI/Tests/BlankRecipeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public BlankRecipeTests(ITestOutputHelper testOutputHelper)
{
}

[Theory(Skip = "Minimal test suite for multi-DB testing."), Chrome]
[Theory, Chrome]
public Task BasicOrchardFeaturesShouldWorkWithBlank(Browser browser) =>
ExecuteTestAsync(
async context =>
Expand Down
2 changes: 1 addition & 1 deletion test/OrchardCore.Tests.UI/Tests/ComingSoonRecipeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public ComingSoonRecipeTests(ITestOutputHelper testOutputHelper)
{
}

[Theory(Skip = "Minimal test suite for multi-DB testing."), Chrome]
[Theory, Chrome]
public Task BasicOrchardFeaturesShouldWorkWithComingSoon(Browser browser) =>
ExecuteTestAsync(
async context =>
Expand Down
2 changes: 1 addition & 1 deletion test/OrchardCore.Tests.UI/Tests/HeadlessRecipeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public HeadlessRecipeTests(ITestOutputHelper testOutputHelper)
{
}

[Theory(Skip = "Minimal test suite for multi-DB testing."), Chrome]
[Theory, Chrome]
public Task BasicOrchardFeaturesShouldWorkWithHeadless(Browser browser) =>
ExecuteTestAsync(
async context =>
Expand Down
2 changes: 1 addition & 1 deletion test/OrchardCore.Tests.UI/Tests/InvalidSetupTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public InvalidSetupTests(ITestOutputHelper testOutputHelper)
{
}

[Theory(Skip = "Minimal test suite for multi-DB testing."), Chrome]
[Theory, Chrome]
public Task SetupWithInvalidDataShouldFail(Browser browser) =>
ExecuteTestAsync(
context => context.TestSetupWithInvalidDataAsync(
Expand Down

0 comments on commit 4cc769c

Please sign in to comment.