mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
[CL-524] Unskip chromatic tests to troubleshoot (#13477)
This commit is contained in:
@@ -302,10 +302,6 @@ export default {
|
|||||||
title: "Browser/Popup Layout",
|
title: "Browser/Popup Layout",
|
||||||
component: PopupPageComponent,
|
component: PopupPageComponent,
|
||||||
parameters: {
|
parameters: {
|
||||||
chromatic: {
|
|
||||||
// Disable tests while we troubleshoot their flaky-ness
|
|
||||||
disableSnapshot: true,
|
|
||||||
},
|
|
||||||
design: {
|
design: {
|
||||||
type: "figma",
|
type: "figma",
|
||||||
url: "https://www.figma.com/design/Zt3YSeb6E6lebAffrNLa0h/Tailwind-Component-Library?node-id=16329-38889&t=k6OTDDPZOTtypRqo-11",
|
url: "https://www.figma.com/design/Zt3YSeb6E6lebAffrNLa0h/Tailwind-Component-Library?node-id=16329-38889&t=k6OTDDPZOTtypRqo-11",
|
||||||
|
|||||||
@@ -186,10 +186,4 @@ export const VirtualScrollBlockingDialog: Story = {
|
|||||||
|
|
||||||
await userEvent.click(dialogButton);
|
await userEvent.click(dialogButton);
|
||||||
},
|
},
|
||||||
parameters: {
|
|
||||||
chromatic: {
|
|
||||||
// TODO CL-524 fix flaky story (number of virtual scroll rows is inconsistent)
|
|
||||||
disableSnapshot: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user