Skip to content

Commit

Permalink
Fix typos for #328
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakonian committed Mar 25, 2024
1 parent 6764f57 commit 33edd78
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,13 @@ codeunit 135033 "Password Dialog Test"
end;

[Test]
[HandlerFunctions('ChangePasswordDialogWitldOldPasswordModalPageHandler')]
[HandlerFunctions('ChangePasswordDialogWithOldPasswordModalPageHandler')]
procedure OpenChangePasswordDialogWithOldPasswordTest();
var
Password: SecretText;
OldPassword: SecretText;
begin
// [SCENARIO] Open Password dialog in change password mode. Old password
// [SCENARIO] Open Password dialog in change password mode.
// The old password has been passed on.
PermissionsMock.Set('All Objects');

Expand Down Expand Up @@ -278,7 +278,7 @@ codeunit 135033 "Password Dialog Test"
end;

[ModalPageHandler]
procedure ChangePasswordDialogWitldOldPasswordModalPageHandler(var PasswordDialog: TestPage "Password Dialog");
procedure ChangePasswordDialogWithOldPasswordModalPageHandler(var PasswordDialog: TestPage "Password Dialog");
begin
Assert.IsTrue(PasswordDialog.OldPassword.Visible(), 'Old Password Field should be visible.');
Assert.IsTrue(PasswordDialog.ConfirmPassword.Visible(), 'Confirm Password Field should be visible.');
Expand Down

0 comments on commit 33edd78

Please sign in to comment.