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

fix(test): fix Stencil Nightly build #29780

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

christian-bromann
Copy link
Member

@christian-bromann christian-bromann commented Aug 19, 2024

What is the current behavior?

The Playwright test for core/src/components/menu/test/safe-area/menu.e2e.ts started to fail after introducing the following patch to Stencil: #5926. After debugging the situation it turns out that the test overwrites the first style in the <head /> tag which turns out to be a component style that caused all screenshot test to fail.

What is the new behavior?

Overwrite the existing style by adding a new style tag at the bottom of the page.

Does this introduce a breaking change?

  • Yes
  • No

Other information

n/a

Copy link

vercel bot commented Aug 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ionic-framework ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 19, 2024 6:55pm

Copy link
Contributor

@thetaPC thetaPC left a comment

Choose a reason for hiding this comment

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

LGTM

@christian-bromann christian-bromann added this pull request to the merge queue Aug 20, 2024
Merged via the queue into main with commit bf7f6f6 Aug 20, 2024
49 checks passed
@christian-bromann christian-bromann deleted the cb/fix-nightly-build-v3 branch August 20, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants