Skip to content

Commit

Permalink
Remove Commented Code
Browse files Browse the repository at this point in the history
  • Loading branch information
NarendraCodeHub committed Jan 14, 2025
1 parent 9953719 commit 66980ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Forms/RecoverPassword.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ test.describe('Recover Password with user data', () => {

// Validate error message for empty fields
const validationMessage = await recoverPassword.emailInput.evaluate(input => input.validationMessage);
//expect(validationMessage).toBe('Please fill out this field.');
const browserName = test.info().project.name;

// Browser-specific validation message check
Expand Down

0 comments on commit 66980ee

Please sign in to comment.