1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

[CL-524] Unskip chromatic tests to troubleshoot (#13477)

This commit is contained in:
Vicki League
2025-02-24 09:48:54 -05:00
committed by GitHub
parent 7015734bec
commit 886cf48e77
2 changed files with 0 additions and 10 deletions

View File

@@ -302,10 +302,6 @@ export default {
title: "Browser/Popup Layout",
component: PopupPageComponent,
parameters: {
chromatic: {
// Disable tests while we troubleshoot their flaky-ness
disableSnapshot: true,
},
design: {
type: "figma",
url: "https://www.figma.com/design/Zt3YSeb6E6lebAffrNLa0h/Tailwind-Component-Library?node-id=16329-38889&t=k6OTDDPZOTtypRqo-11",

View File

@@ -186,10 +186,4 @@ export const VirtualScrollBlockingDialog: Story = {
await userEvent.click(dialogButton);
},
parameters: {
chromatic: {
// TODO CL-524 fix flaky story (number of virtual scroll rows is inconsistent)
disableSnapshot: true,
},
},
};