From 32fc6193aac026b4341ee809b1f7ea38342f277b Mon Sep 17 00:00:00 2001 From: Krupa Pammi Date: Mon, 24 Jun 2024 16:48:28 +0100 Subject: [PATCH] test: remove only annotation --- playwright-staging/tests/update/formValidation.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright-staging/tests/update/formValidation.spec.js b/playwright-staging/tests/update/formValidation.spec.js index 86ea8438..0772b653 100644 --- a/playwright-staging/tests/update/formValidation.spec.js +++ b/playwright-staging/tests/update/formValidation.spec.js @@ -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'];