Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into issue/OFFI-92
Browse files Browse the repository at this point in the history
# Conflicts:
#	test/Lombiq.UITestingToolbox
  • Loading branch information
Piedone committed Aug 5, 2024
2 parents 1a38fde + ba9e5d8 commit 27fe0aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ public Task AddUserToRoleShouldWork() =>

[Fact]
public Task AddUserToFakeRoleShouldThrow() =>
SecurityShortcutsTestCases.AddUserToFakeRoleShouldThrowAsync(ExecuteTestAfterSetupAsync);
SecurityShortcutsTestCases.AddUserToFakeRoleShouldThrowAsync(
(testAsync, _, changeConfigurationAsync) => ExecuteTestAfterBrowserSetupWithoutBrowserAsync(testAsync, changeConfigurationAsync));

[Fact]
public Task AllowFakePermissionToRoleShouldThrow() =>
SecurityShortcutsTestCases.AllowFakePermissionToRoleShouldThrowAsync(ExecuteTestAfterSetupAsync);
SecurityShortcutsTestCases.AllowFakePermissionToRoleShouldThrowAsync(
(testAsync, _, changeConfigurationAsync) => ExecuteTestAfterBrowserSetupWithoutBrowserAsync(testAsync, changeConfigurationAsync));
}

0 comments on commit 27fe0aa

Please sign in to comment.