mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 20:29:08 +00:00
feat(editor): NDV UI overhaul experiment (#14209)
Co-authored-by: jakeranallo <jake.ranallo@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user