Skip to content

Commit a5cf12b

Browse files
committed
Undo test changes
1 parent ddf6b68 commit a5cf12b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/kbn-grid-layout/grid/grid_layout.test.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ describe('GridLayout', () => {
115115
drop(panel1DragHandle);
116116
expect(getAllThePanelIds()).toEqual([
117117
'panel2',
118-
'panel1',
119118
'panel5',
120119
'panel3',
121120
'panel7',
122-
'panel6',
121+
'panel1',
123122
'panel8',
123+
'panel6',
124124
'panel4',
125125
'panel9',
126126
'panel10',
@@ -145,6 +145,7 @@ describe('GridLayout', () => {
145145
'panel10',
146146
]);
147147
});
148+
148149
it('after replacing a panel id', async () => {
149150
const { rerender } = renderGridLayout();
150151
const modifiedLayout = cloneDeep(getSampleLayout());

0 commit comments

Comments
 (0)