SMS Fraud use case demo INTER-596 #213
Annotations
4 errors and 1 notice
Run Playwright tests:
e2e/sms-fraud/bot-unprotected.spec.ts#L46
1) [webkit] › sms-fraud/bot-unprotected.spec.ts:35:7 › Sending verification SMS messages › allows user to create an account with the correct code
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
44 | let code = '';
45 | if (clipboardAvailable) {
> 46 | code = await page.evaluate(() => navigator.clipboard.readText());
| ^
47 | } else {
48 | code = await page.evaluate(() => {
49 | const textArea = document.createElement('textarea');
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/sms-fraud/bot-unprotected.spec.ts:46:25
|
Run Playwright tests:
e2e/sms-fraud/bot-unprotected.spec.ts#L46
1) [webkit] › sms-fraud/bot-unprotected.spec.ts:35:7 › Sending verification SMS messages › allows user to create an account with the correct code
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
44 | let code = '';
45 | if (clipboardAvailable) {
> 46 | code = await page.evaluate(() => navigator.clipboard.readText());
| ^
47 | } else {
48 | code = await page.evaluate(() => {
49 | const textArea = document.createElement('textarea');
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/sms-fraud/bot-unprotected.spec.ts:46:25
|
Run Playwright tests:
e2e/sms-fraud/bot-unprotected.spec.ts#L46
1) [webkit] › sms-fraud/bot-unprotected.spec.ts:35:7 › Sending verification SMS messages › allows user to create an account with the correct code
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
44 | let code = '';
45 | if (clipboardAvailable) {
> 46 | code = await page.evaluate(() => navigator.clipboard.readText());
| ^
47 | } else {
48 | code = await page.evaluate(() => {
49 | const textArea = document.createElement('textarea');
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/sms-fraud/bot-unprotected.spec.ts:46:25
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests
1 failed
[webkit] › sms-fraud/bot-unprotected.spec.ts:35:7 › Sending verification SMS messages › allows user to create an account with the correct code
1 skipped
31 passed (2.7m)
|
Loading