Skip to content

Commit

Permalink
Add all tests back
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEPhipps committed Jun 19, 2024
1 parent 4a39a3e commit 311ced4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playwright-local/tests/update/formValidation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ test.describe('Giftaid update form validation', () => {
await page.close();
});

// HERE
test.only('Validate mobile number field', async ({ page }) => {
test('Validate mobile number field', async ({ page }) => {
const commands = new Commands(page);

// Test cases for various mobile number validations
Expand Down

0 comments on commit 311ced4

Please sign in to comment.