Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove fake error from expect calls #28112

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Nov 13, 2023

We used to have a fake error property, so that trace viewer shows failed expectes as such. Today, we have a step for each expect that contains a proper error. Sending the fake error to the client confuses language ports.

We used to have a fake `error` property, so that trace viewer shows failed expectes as such.
Today, we have a step for each expect that contains a proper error. Sending the fake error
to the client confuses language ports.

This comment has been minimized.

Copy link
Contributor

Test results for "tests 1"

5 flaky ⚠️ [chromium] › library/tracing.spec.ts:239:5 › should not include trace resources from the previous chunks
⚠️ [webkit] › library/browsercontext-reuse.spec.ts:50:1 › should reset serviceworker
⚠️ [webkit] › library/tracing.spec.ts:239:5 › should not include trace resources from the previous chunks
⚠️ [webkit] › page/page-wait-for-function.spec.ts:104:3 › should work with strict CSP policy
⚠️ [playwright-test] › ui-mode-test-progress.spec.ts:165:5 › should update tracing network live

26133 passed, 612 skipped
✔️✔️✔️

Merge workflow run.

@dgozman dgozman merged commit 2c3955a into microsoft:main Nov 14, 2023
30 checks passed
mxschmitt added a commit to mxschmitt/playwright that referenced this pull request Jan 31, 2024
github-actions bot added a commit that referenced this pull request Feb 1, 2024
mxschmitt pushed a commit that referenced this pull request Feb 1, 2024
…alls (#28112)" (#29296)

This PR cherry-picks the following commits:

- 622153d

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants