1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[CL-803] Temporarily disable flaky popover test (#15761)

This commit is contained in:
Vicki League
2025-07-24 15:05:40 -04:00
committed by GitHub
parent 7b85870e58
commit 4766efd938

View File

@@ -161,6 +161,11 @@ export const PopoverOpen: Story = {
await userEvent.click(passwordLabelIcon);
},
parameters: {
chromatic: {
disableSnapshot: true,
},
},
};
export const SimpleDialogOpen: Story = {