feat(editor): NDV UI overhaul experiment (#14209)

Co-authored-by: jakeranallo <jake.ranallo@gmail.com>
This commit is contained in:
Elias Meire
2025-07-04 17:14:17 +02:00
committed by GitHub
parent 5db122be0d
commit 6ef38411d8
33 changed files with 2528 additions and 195 deletions

View File

@@ -262,7 +262,7 @@ describe('RunData', () => {
it('should render pagination with binary data on non-binary tab', async () => {
const { getByTestId } = render({
defaultRunItems: Array.from({ length: 11 }).map((_, i) => ({
defaultRunItems: Array.from({ length: 26 }).map((_, i) => ({
json: {
data: {
id: i,