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: improve percy snapshot coverage #6520

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

devadula-nandan
Copy link
Contributor

Closes #6512

opens components default state

What did you change?

change the default state of the components to open, story only change.

How did you test and verify your work?

percy tests, storybook

@devadula-nandan devadula-nandan requested a review from a team as a code owner December 2, 2024 14:28
@devadula-nandan devadula-nandan requested review from makafsal and sangeethababu9223 and removed request for a team December 2, 2024 14:28
Copy link

netlify bot commented Dec 2, 2024

Deploy Preview for carbon-for-ibm-products ready!

Name Link
🔨 Latest commit 9a6a1d3
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/6759450153e4bd00086d40df
😎 Deploy Preview https://deploy-preview-6520--carbon-for-ibm-products.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 2, 2024

Deploy Preview for ibm-products-web-components ready!

Name Link
🔨 Latest commit 9a6a1d3
🔍 Latest deploy log https://app.netlify.com/sites/ibm-products-web-components/deploys/6759450106f179000862f64c
😎 Deploy Preview https://deploy-preview-6520--ibm-products-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@devadula-nandan devadula-nandan changed the title Chore/6512 percy coverage chore: improve percy snapshot coverage Dec 2, 2024
@devadula-nandan
Copy link
Contributor Author

devadula-nandan commented Dec 2, 2024

The AVTs need to be addressed, as they are currently activated manually by clicking the trigger button. Some cleanup is required.

also cant get options tile to open. it opens if we pass open prop, but doesnt close, need to investigate if we need to toggle open state with some onclick on options tile.
https://stackblitz.com/edit/github-xwagsf?file=src%2FExample%2FExample.jsx

@devadula-nandan devadula-nandan marked this pull request as draft December 2, 2024 15:43
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.96%. Comparing base (c6f0ac0) to head (9a6a1d3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6520   +/-   ##
=======================================
  Coverage   79.95%   79.96%           
=======================================
  Files         394      394           
  Lines       12914    12915    +1     
  Branches     4280     4280           
=======================================
+ Hits        10326    10328    +2     
+ Misses       2588     2587    -1     
Components Coverage Δ
ibm-products ∅ <ø> (∅)
ibm-products-web-components ∅ <ø> (∅)

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.

[process improvement]: increase percy snapshot coverage for VRT
2 participants