Skip to content

Commit

Permalink
test: remove only annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
KrupaPammi committed Jun 24, 2024
1 parent 9506ebf commit 32fc619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright-staging/tests/update/formValidation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ test.describe('Giftaid Update form validation @sanity @nightly-sanity', () => {
await page.close();
});

test.only('Validate mobile number field on giftaid update form', async ({ page }) => {
test('Validate mobile number field on giftaid update form', async ({ page }) => {
const commands = new Commands(page);
// List of allowed prefixes for UK mobile numbers
const prefixes = ['074', '075', '077', '078', '079'];
Expand Down

0 comments on commit 32fc619

Please sign in to comment.