-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dev' into issue/NEST-462
- Loading branch information
Showing
24 changed files
with
67 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
NuGetTest/test/Lombiq.OSOCE.NuGet.Tests.UI/Tests/ModuleTests/BehaviorMaintenanceTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
using Lombiq.Hosting.Tenants.Maintenance.Tests.UI.Extensions; | ||
using Lombiq.Tests.UI.Attributes; | ||
using Lombiq.Tests.UI.Services; | ||
using System.Threading.Tasks; | ||
using Xunit; | ||
using Xunit.Abstractions; | ||
|
||
namespace Lombiq.OSOCE.NuGet.Tests.UI.Tests.ModuleTests; | ||
|
||
public class BehaviorMaintenanceTests : UITestBase | ||
{ | ||
public BehaviorMaintenanceTests(ITestOutputHelper testOutputHelper) | ||
: base(testOutputHelper) | ||
{ | ||
} | ||
|
||
[Theory, Chrome] | ||
public Task ChangeUserSensitiveContentMaintenanceTaskShouldBeExecutedSuccessfully(Browser browser) => | ||
ExecuteTestAfterSetupAsync( | ||
async context => await context.ChangeUserSensitiveContentMaintenanceExecutionAsync(), | ||
browser, | ||
configuration => configuration.ChangeUserSensitiveContentMaintenanceConfiguration()); | ||
} |
Submodule Lombiq.HelpfulLibraries
updated
1 files
+40 −0 | Lombiq.HelpfulLibraries.OrchardCore/Users/PasswordHelper.cs |
Submodule Lombiq.OrchardCoreApiClient
updated
1 files
+1 −1 | Lombiq.OrchardCoreApiClient/Lombiq.OrchardCoreApiClient.csproj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Lombiq.ContentEditors
updated
1 files
+1 −1 | Lombiq.ContentEditors/Lombiq.ContentEditors.csproj |
Submodule Lombiq.HelpfulExtensions
updated
1 files
+1 −1 | Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj |
Submodule Lombiq.Hosting.Tenants
updated
16 files
Submodule Lombiq.Hosting.MediaTheme
updated
1 files
+1 −1 | Lombiq.Hosting.MediaTheme.Bridge/Lombiq.Hosting.MediaTheme.Bridge.csproj |
Submodule Lombiq.NodeJs.Extensions
updated
13 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters