Skip to content

Commit 3335f5f

Browse files
committed
TabPanel: update screenshots
1 parent 4b0b05b commit 3335f5f

22 files changed

Lines changed: 19 additions & 1 deletion

e2e/testcafe-devextreme/tests/navigation/tabPanel/common.ts

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,24 @@ fixture.disablePageReloads`TabPanel_common`
5151
itemTemplate: (_, __, itemElement) => {
5252
($('<div>').css('marginTop', '10px') as any)
5353
.dxTabs({
54-
items: [...dataSource],
54+
items: [
55+
{
56+
title: 'John Heart',
57+
text: 'John Heart',
58+
}, {
59+
title: 'Olivia Peyton',
60+
text: 'Olivia Peyton',
61+
}, {
62+
title: 'Robert Reagan',
63+
text: 'Robert Reagan',
64+
}, {
65+
title: 'Greta Sims',
66+
text: 'Greta Sims',
67+
}, {
68+
title: 'Olivia Peyton',
69+
text: 'Olivia Peyton',
70+
},
71+
],
5572
width: 300,
5673
showNavButtons: true,
5774
})
@@ -129,6 +146,7 @@ test('TabPanel focus borders after change selectedIndex in runtime', async (t) =
129146
return createWidget('dxTabPanel', {
130147
dataSource,
131148
height: 120,
149+
width: 300,
132150
});
133151
});
134152

9.41 KB
Loading
9.46 KB
Loading
8.35 KB
Loading
8.96 KB
Loading
7.05 KB
Loading
7.33 KB
Loading
8.96 KB
Loading
7.06 KB
Loading
7.33 KB
Loading

0 commit comments

Comments
 (0)