mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
[CL-524] Ignore kitchen sink virtual scroll story (#12858)
This commit is contained in:
@@ -12,7 +12,7 @@ import { TableDataSource, TableModule } from "../../../table";
|
||||
imports: [DialogModule, IconButtonModule, SectionComponent, TableModule, ScrollingModule],
|
||||
template: /*html*/ `<bit-section>
|
||||
<cdk-virtual-scroll-viewport scrollWindow itemSize="47">
|
||||
<bit-table [dataSource]="dataSource" data-chromatic="ignore">
|
||||
<bit-table [dataSource]="dataSource">
|
||||
<ng-container header>
|
||||
<tr>
|
||||
<th bitCell bitSortable="id" default>Id</th>
|
||||
|
||||
@@ -196,4 +196,10 @@ 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,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user