Skip to content

Commit 3f550ef

Browse files
committed
Update AnalyticalTable.cy.tsx
1 parent a400630 commit 3f550ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/main/src/components/AnalyticalTable/AnalyticalTable.cy.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3915,7 +3915,7 @@ describe('AnalyticalTable', () => {
39153915
});
39163916
});
39173917

3918-
it('plugin hook: useF2CellEdit', () => {
3918+
it('plugin hook: useF2CellEdit - navigation', () => {
39193919
const tableHooks = [useF2CellEdit];
39203920
cy.mount(
39213921
<>
@@ -4005,7 +4005,7 @@ describe('AnalyticalTable', () => {
40054005
});
40064006
});
40074007

4008-
it('plugin hook: useF2CellEdit', () => {
4008+
it('plugin hook: useF2CellEdit - all ui5wc inputs', () => {
40094009
const tableHooks = [useF2CellEdit];
40104010
const dummyData = new Array(1).fill({});
40114011
cy.mount(

0 commit comments

Comments
 (0)