Skip to content

Commit

Permalink
Another table test
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI committed Mar 15, 2024
1 parent a29f000 commit fcf66b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nimble-components/src/table/tests/table.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,8 @@ describe('Table', () => {
verifyRenderedData(dataSubsetAtEnd);
});

it('and calls focusedRecycleCallback on focused cell views when a scroll happens', async () => {
// WebKit skipped, see https://github.com/ni/nimble/issues/1942
it('and calls focusedRecycleCallback on focused cell views when a scroll happens #SkipWebkit', async () => {
const focusableColumn = document.createElement(
focusableColumnName
) as TestFocusableTableColumn;
Expand Down

0 comments on commit fcf66b0

Please sign in to comment.