SMS Fraud use case demo INTER-596 #214
Annotations
4 errors
Run Playwright tests
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../playwright.config.ts': "sms-fraud/bot-unprotected.spec.ts Sending verification SMS messages allows user to create an account with the correct code"
at sms-fraud/bot-unprotected.spec.ts:35
33 | });
34 |
> 35 | test.only('allows user to create an account with the correct code', async ({ page }) => {
| ^
36 | const sendButton = await page.getByTestId(TEST_ID.sendMessage);
37 | await sendButton.click();
38 | await assertAlert({ page, severity: 'success', text: SMS_FRAUD_COPY.messageSent(TEST_PHONE_NUMBER, 2) });
|
Run Playwright tests
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../playwright.config.ts': "sms-fraud/bot-unprotected.spec.ts Sending verification SMS messages allows user to create an account with the correct code"
at sms-fraud/bot-unprotected.spec.ts:35
33 | });
34 |
> 35 | test.only('allows user to create an account with the correct code', async ({ page }) => {
| ^
36 | const sendButton = await page.getByTestId(TEST_ID.sendMessage);
37 | await sendButton.click();
38 | await assertAlert({ page, severity: 'success', text: SMS_FRAUD_COPY.messageSent(TEST_PHONE_NUMBER, 2) });
|
Run Playwright tests
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../playwright.config.ts': "sms-fraud/bot-unprotected.spec.ts Sending verification SMS messages allows user to create an account with the correct code"
at sms-fraud/bot-unprotected.spec.ts:35
33 | });
34 |
> 35 | test.only('allows user to create an account with the correct code', async ({ page }) => {
| ^
36 | const sendButton = await page.getByTestId(TEST_ID.sendMessage);
37 | await sendButton.click();
38 | await assertAlert({ page, severity: 'success', text: SMS_FRAUD_COPY.messageSent(TEST_PHONE_NUMBER, 2) });
|
Run Playwright tests
Process completed with exit code 1.
|
Loading