Playwright Tests #64
Annotations
4 errors, 1 warning, and 1 notice
|
test
Process completed with exit code 1.
|
|
[chromium] › test/playwright/site.spec.js:18:5 › code copy buttons:
test/playwright/site.spec.js#L42
1) [chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf"
Received: ""
40 | // Check clipboard contents
41 | const clipboardContent = await page.evaluate(() => navigator.clipboard.readText());
> 42 | await expect(clipboardContent).toEqual('sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf');
| ^
43 |
44 | // Try a different button
45 | const rpcButton = page.locator('xpath=//code[text()="https://node.mainnet.etherlink.com"]/following-sibling::button');
at /home/runner/work/docs/docs/test/playwright/site.spec.js:42:34
|
|
[chromium] › test/playwright/site.spec.js:18:5 › code copy buttons:
test/playwright/site.spec.js#L42
1) [chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf"
Received: ""
40 | // Check clipboard contents
41 | const clipboardContent = await page.evaluate(() => navigator.clipboard.readText());
> 42 | await expect(clipboardContent).toEqual('sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf');
| ^
43 |
44 | // Try a different button
45 | const rpcButton = page.locator('xpath=//code[text()="https://node.mainnet.etherlink.com"]/following-sibling::button');
at /home/runner/work/docs/docs/test/playwright/site.spec.js:42:34
|
|
[chromium] › test/playwright/site.spec.js:18:5 › code copy buttons:
test/playwright/site.spec.js#L42
1) [chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf"
Received: ""
40 | // Check clipboard contents
41 | const clipboardContent = await page.evaluate(() => navigator.clipboard.readText());
> 42 | await expect(clipboardContent).toEqual('sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf');
| ^
43 |
44 | // Try a different button
45 | const rpcButton = page.locator('xpath=//code[text()="https://node.mainnet.etherlink.com"]/following-sibling::button');
at /home/runner/work/docs/docs/test/playwright/site.spec.js:42:34
|
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ─────────────────────────────
4 passed (9.3s)
|