Skip to content

Playwright Tests

Playwright Tests #65

Manually triggered February 3, 2026 19:00
Status Failure
Total duration 2m 4s
Artifacts

playwright.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

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#L44
1) [chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ──────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf" Received: "" 42 | // Check clipboard contents 43 | const clipboardContent = await page.evaluate(() => navigator.clipboard.readText()); > 44 | await expect(clipboardContent).toEqual('sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf'); | ^ 45 | 46 | // Try a different button 47 | 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:44:34
[chromium] › test/playwright/site.spec.js:18:5 › code copy buttons: test/playwright/site.spec.js#L44
1) [chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf" Received: "" 42 | // Check clipboard contents 43 | const clipboardContent = await page.evaluate(() => navigator.clipboard.readText()); > 44 | await expect(clipboardContent).toEqual('sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf'); | ^ 45 | 46 | // Try a different button 47 | 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:44:34
[chromium] › test/playwright/site.spec.js:18:5 › code copy buttons: test/playwright/site.spec.js#L44
1) [chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ──────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf" Received: "" 42 | // Check clipboard contents 43 | const clipboardContent = await page.evaluate(() => navigator.clipboard.readText()); > 44 | await expect(clipboardContent).toEqual('sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf'); | ^ 45 | 46 | // Try a different button 47 | 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:44: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)