mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +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],
|
imports: [DialogModule, IconButtonModule, SectionComponent, TableModule, ScrollingModule],
|
||||||
template: /*html*/ `<bit-section>
|
template: /*html*/ `<bit-section>
|
||||||
<cdk-virtual-scroll-viewport scrollWindow itemSize="47">
|
<cdk-virtual-scroll-viewport scrollWindow itemSize="47">
|
||||||
<bit-table [dataSource]="dataSource" data-chromatic="ignore">
|
<bit-table [dataSource]="dataSource">
|
||||||
<ng-container header>
|
<ng-container header>
|
||||||
<tr>
|
<tr>
|
||||||
<th bitCell bitSortable="id" default>Id</th>
|
<th bitCell bitSortable="id" default>Id</th>
|
||||||
|
|||||||
@@ -196,4 +196,10 @@ 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