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(firefox): rewrite error message for $HOME directory ownership mismatch #28921

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Jan 9, 2024

Fixes #28896

Looks like this:
image

@mxschmitt mxschmitt changed the title chore(firefox): rewrite error message for $HOME directory ownership m… chore(firefox): rewrite error message for $HOME directory ownership mismatch Jan 9, 2024

This comment has been minimized.

This comment has been minimized.

@mxschmitt mxschmitt force-pushed the rewrite-firefox-startup-error-home-folder-mismatch branch 3 times, most recently from cd92836 to 123f2fb Compare January 9, 2024 19:23
@mxschmitt mxschmitt force-pushed the rewrite-firefox-startup-error-home-folder-mismatch branch from 123f2fb to cd05efe Compare January 9, 2024 19:23

This comment has been minimized.

@@ -40,6 +40,9 @@ export class Firefox extends BrowserType {
_doRewriteStartupLog(error: ProtocolError): ProtocolError {
if (!error.logs)
return error;
// https://github.com/microsoft/playwright/issues/6500
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's check that we are running in Docker too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This issue could also affect non-Docker.

@mxschmitt mxschmitt merged commit 2ddf3a4 into microsoft:main Jan 9, 2024
29 checks passed
Copy link
Contributor

github-actions bot commented Jan 9, 2024

Test results for "tests 1"

3 flaky ⚠️ [chromium] › library/tracing.spec.ts:243:5 › should not include trace resources from the previous chunks
⚠️ [chromium] › library/tracing.spec.ts:243:5 › should not include trace resources from the previous chunks
⚠️ [chromium] › library/tracing.spec.ts:243:5 › should not include trace resources from the previous chunks

14890 passed, 314 skipped
✔️✔️✔️

Merge workflow run.

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.

[BUG]tests are failing for firefox browser in docker container
2 participants