mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08:00
[CL-822] Disable popover Chromatic snapshots (#19446)
Re-adds chromatic disableSnapshot flag removed in #18755. Popover positioning is still flaky.
This commit is contained in:
parent
da3b31121a
commit
9241b0a79e
@ -35,6 +35,10 @@ export default {
|
||||
type: "figma",
|
||||
url: "https://www.figma.com/design/Zt3YSeb6E6lebAffrNLa0h/Tailwind-Component-Library?node-id=16329-40852&t=b5tDKylm5sWm2yKo-4",
|
||||
},
|
||||
// TODO: fix flakiness of popover positioning https://bitwarden.atlassian.net/browse/CL-822
|
||||
chromatic: {
|
||||
disableSnapshot: true,
|
||||
},
|
||||
},
|
||||
argTypes: {
|
||||
position: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user