Playwright Tests #41
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#L28
1) [chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf"
Received: ""
26 | // Check clipboard contents
27 | const clipboardContent = await page.evaluate(() => navigator.clipboard.readText());
> 28 | await expect(clipboardContent).toEqual('sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf');
| ^
29 |
30 | // Try a different button
31 | 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:28:34
|
|
[chromium] › test/playwright/site.spec.js:18:5 › code copy buttons:
test/playwright/site.spec.js#L28
1) [chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf"
Received: ""
26 | // Check clipboard contents
27 | const clipboardContent = await page.evaluate(() => navigator.clipboard.readText());
> 28 | await expect(clipboardContent).toEqual('sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf');
| ^
29 |
30 | // Try a different button
31 | 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:28:34
|
|
[chromium] › test/playwright/site.spec.js:18:5 › code copy buttons:
test/playwright/site.spec.js#L28
1) [chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf"
Received: ""
26 | // Check clipboard contents
27 | const clipboardContent = await page.evaluate(() => navigator.clipboard.readText());
> 28 | await expect(clipboardContent).toEqual('sr1Ghq66tYK9y3r8CC1Tf8i8m5nxh8nTvZEf');
| ^
29 |
30 | // Try a different button
31 | 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:28: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 (8.7s)
|