ant-design-vue/components/menu/__tests__/index.test.js

537 lines
16 KiB
JavaScript
Raw Normal View History

2019-01-12 11:33:27 +08:00
import { mount } from '@vue/test-utils';
3.0 ready (#4523) * refactor: transfer、tooltip (#4306) * refactor(transfer): use composition api (#4135) * refactor(transfer): use composition api * fix: remove console * refactor(tooltip): use composition api (#4059) * refactor(tooltip): use composition api * chore: useConfigInject * fix: remove useless * style: format code * refactor: transfer * refactor: tooltip Co-authored-by: ajuner <106791576@qq.com> * Refactor mentions (#4341) * refactor(mentions): use compositionAPI (#4313) * refactor: mentions * refactor: mentions Co-authored-by: ajuner <106791576@qq.com> * Refactor progress (#4358) * fix: timepicker error border not show #4331 * fix(UploadDragger): fix UploadDrager no export (#4334) * refactor(switch): support customize checked value #4329 (#4332) * refactor(switch): support customize checked value #4329 * test: add test case * refactor: update props name * refactor: update ts * refactor: optimize * style: uncheckedValue to unCheckedValue * test: update snap * feat: udpate switch ts * docs: remove ie11 * fix: tree-select throw error when use slot title * fix: TypeScript definition of Table interface for typescript 4.3.5 (#4353) * fix type for typescript 4.3.5 * Update interface.ts close #4296 * fix: dropdown submenu style error #4351 close #4351 * fix(notification): 完善notification类型 (#4346) * refactor(progress): use composition API (#4355) * refactor(progress): use composition API * refactor(vc-progress): update * refactor: progress * refactor: progress * fix: timepicker error border not show #4331 * fix(UploadDragger): fix UploadDrager no export (#4334) * refactor(switch): support customize checked value #4329 (#4332) * refactor(switch): support customize checked value #4329 * test: add test case * refactor: update props name * refactor: update ts * refactor: optimize * style: uncheckedValue to unCheckedValue * test: update snap * feat: udpate switch ts * docs: remove ie11 * fix: tree-select throw error when use slot title * fix: TypeScript definition of Table interface for typescript 4.3.5 (#4353) * fix type for typescript 4.3.5 * Update interface.ts close #4296 * fix: dropdown submenu style error #4351 close #4351 * fix(notification): 完善notification类型 (#4346) * refactor(progress): use composition API (#4355) * refactor(progress): use composition API * refactor(vc-progress): update * refactor: progress * refactor: progress Co-authored-by: Jarvis <35361626+fanhaoyuan@users.noreply.github.com> Co-authored-by: John <John60676@qq.com> Co-authored-by: 艾斯特洛 <axetroy.dev@gmail.com> Co-authored-by: zanllp <qc@zanllp.cn> * docs: add changelog * refactor: tree * refactor: tree * style: lint * refactor: tree * 热factor: tree * refactor: tree * refactor: tree * refactor: tree * refactor: directory tree * refactor: tree * refactor: tree-select * refactor: tree-select * refactor: tree-select * refactor: tree-select * refactor: tree-select * style: lint format * refactor: tree-select * refactor: tree-select * refactor: tree-select * refactor: tree-select * refactor: tree-select * refactor: tree-select * fix: upload ts error * fix: update tree title render & switchIcon * test: update tree test * feat: add VirtualScroll tree * refactor: datePicker & calendar & trigger (#4522) * style: update * test: update calendar test * test: update test * test: update test * refactor: slider * feat: update slider css * refactor: slider to ts * refactor: slider to ts * perf: update default itemHeight * test: update * fix: uddate ts type * fix: update skeleton * fix: update skeleton * refactor: update vc-pagination * refactor: pagination * refactor: timeline * refactor: steps * refactor: collapse * refactor: collapse * refactor: popconfirm * refactor: popover * refactor: dropdown * doc: merge doc * chore: vite for dev (#4602) * style: js to jsx * doc: add site * style: lint * style: format ts type * doc: update * style: format code * style: format site * doc: update * style: dmeo * style: format scripts * chore: remove sub-modules * chore: update vite * site: add site build * test: update snap * doc(select): add tip (#4606) * refactor: table (#4641) * refactor: table * refactor: table * refactor: table * refactor: table * refactor: table * refactor: table * refactor: table * refactor: table * refactor: table * fix: column not pass to cell * doc: uppate table * fix: update bodyCell headerCell * doc: remove examples * refactor: table * fix: table title not work * fix: table selection * fix: table checkStrictly * refactor: table * fix: table template error * feat: table support summary * test: update snap * perf: table * docs(table): fix ajax demo (#4639) * test: update table * refactor: remove old table * doc: update table doc * doc: update doc * doc: update select * doc: update summary Co-authored-by: John <John60676@qq.com> * doc: update doc * fix: menu arrow not work * test: update * doc: add next site * style: format * doc: update * doc: update site script * fix: expand icon not fixed * feat: use renderSlot * test: update table snap * feat: confirm support reactively * feat: configProvider.config * feat: message support configprovider.config * feat: notification support configprovider.config * doc: update doc * fix: typescript compile error * style: add import eslint * doc: update demo * chore: set transpileOnly true * style: fix eslint error * test: update snap * doc: update * test: mock date * test: update snap * chore: remove gulp-typescript (#4675) * feat: V3 form (#4678) * chore: update husky * perf: update formItem * perf: useInjectFormItemContext * fix: table ts error * doc: add Customized Form Controls demo * feat: export useInjectFormItemContext * doc: update form doc * doc: update doc * doc: update doc * feat: autocomplete support option slot * doc: update * feat: add form item rest * style: remove omit.js * refactor: autocomplete * doc: add changelog to site * doc: update site anchor * doc: update doc layout * test: update table test * doc: update * chore: udpate gulp script * chore: udpate gulp script * doc: add changelog * doc: update * test: ignore some test wait vue-test-utils * fix: form id error #4582 close #4582 * doc: add select Responsive demo * doc: remove temp doc Co-authored-by: ajuner <106791576@qq.com> Co-authored-by: Jarvis <35361626+fanhaoyuan@users.noreply.github.com> Co-authored-by: John <John60676@qq.com> Co-authored-by: 艾斯特洛 <axetroy.dev@gmail.com> Co-authored-by: zanllp <qc@zanllp.cn> Co-authored-by: Amour1688 <lcz_1996@foxmail.com>
2021-09-25 16:51:32 +08:00
import { asyncExpect } from '../../../tests/utils';
2019-01-12 11:33:27 +08:00
import Menu from '..';
2020-04-04 22:03:18 +08:00
import { InboxOutlined, PieChartOutlined } from '@ant-design/icons-vue';
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 19:45:13 +08:00
import mountTest from '../../../tests/shared/mountTest';
2021-06-21 11:30:46 +08:00
import { ref } from 'vue';
2018-06-25 22:15:17 +08:00
2019-01-12 11:33:27 +08:00
const { SubMenu } = Menu;
function $$(className) {
return document.body.querySelectorAll(className);
2018-06-25 22:15:17 +08:00
}
describe('Menu', () => {
2021-06-21 11:30:46 +08:00
window.requestAnimationFrame = callback => window.setTimeout(callback, 16);
window.cancelAnimationFrame = window.clearTimeout;
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 19:45:13 +08:00
mountTest({
render() {
return (
2020-08-02 22:27:22 +08:00
<div>
<Menu>
<Menu.Item />
<Menu.ItemGroup />
<Menu.SubMenu />
</Menu>
</div>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 19:45:13 +08:00
);
},
});
2018-06-25 22:15:17 +08:00
beforeEach(() => {
2019-01-12 11:33:27 +08:00
document.body.innerHTML = '';
2018-06-25 22:15:17 +08:00
// jest.useFakeTimers()
2019-01-12 11:33:27 +08:00
});
2018-06-25 22:15:17 +08:00
2018-11-06 11:59:20 +08:00
afterEach(() => {
// jest.useRealTimers()
2019-01-12 11:33:27 +08:00
});
update to antd3.8.3 (#159) * refactor: align * feat: update align to 2.4.3 * feat: update trigger 2.5.4 * feat: update tooltip 3.7.2 * fix: align * feat: update vc-calendar to 9.6.2 * feat: update vc-checkbox to 2.1.5 * feat: update vc-dialog to 7.1.8 * feat: update vc-from to 2.2.1 * feat: update vc-notification to 3.1.1 * test: update snapshots * feat: update vc-tree to 1.12.6 * feat: update vc-table to 6.2.8 * feat: update vc-upload to 2.5.1 * feat: update vc-input-number to 4.0.12 * feat: update vc-tabs to 9.2.6 * refactor: vc-menu * refactor: update vc-menu to 7.0.5 * style: remove unused * feat: update pagination to 1.16.5 * feat: add vc-progress 2.2.5 tag * feat: add vc-rate 2.4.0 tag * feat: update vc-slider to 8.6.1 * fix: tooltip error * style: delete conosle * feat: update vc-steps to 3.1.1 * add vc-switch tag 1.6.0 * feat: update upload to 2.5.1 * fix: update vc-menu * fix: update store * fix: add ref dir * fix: trigger mock shouldComponentUpdate * fix: update vc-select * revert: trigger lazyrenderbox * fix: update vc-select * fix: update vc-select * fix: update vc-select * fix: update vc-menu * fix: update vc-slick ref * update style to 3.8.2 * test: update snapshots * update vc-select * update util & affix * feat: add drawer * fix: support title add slot mode * test: update affix test * update alert * update anchor * update snapshots * fix: doc and vc-drawer * update select & auto-complete * update back-top & grid * feractor: avatar * test: add drawer test * update badge * update button * update card * update divider * feat: update vc-tabs to 9.3.6 and tabs * add afterEnter callback * update form * fix: update drawer * test: update snapshots * update modal & notification * test: update snapshots * update message * update locale-provider * update dropdown * update layout popconfirm popover * update time-picker * update menu * update date-picker * docs: update input docs * update input * update snapshots * update table * update test snapshots * feat: update progress * update checkbox * feat: update spin * update radio * docs: slider steps timeline * update list * update transfer * update collapse * update cascader * update upload
2018-09-05 21:28:54 +08:00
it('If has select nested submenu item ,the menu items on the grandfather level should be highlight', async () => {
2019-01-12 11:33:27 +08:00
mount(
{
render() {
return (
2021-06-21 11:30:46 +08:00
<Menu selectedKeys={['1-3-2']} mode="vertical">
2019-01-12 11:33:27 +08:00
<SubMenu key="1" title="submenu1">
<Menu.Item key="1-1">Option 1</Menu.Item>
<Menu.Item key="1-2">Option 2</Menu.Item>
<SubMenu key="1-3" title="submenu1-3">
<Menu.Item key="1-3-1">Option 3</Menu.Item>
<Menu.Item key="1-3-2">Option 4</Menu.Item>
</SubMenu>
update to antd3.8.3 (#159) * refactor: align * feat: update align to 2.4.3 * feat: update trigger 2.5.4 * feat: update tooltip 3.7.2 * fix: align * feat: update vc-calendar to 9.6.2 * feat: update vc-checkbox to 2.1.5 * feat: update vc-dialog to 7.1.8 * feat: update vc-from to 2.2.1 * feat: update vc-notification to 3.1.1 * test: update snapshots * feat: update vc-tree to 1.12.6 * feat: update vc-table to 6.2.8 * feat: update vc-upload to 2.5.1 * feat: update vc-input-number to 4.0.12 * feat: update vc-tabs to 9.2.6 * refactor: vc-menu * refactor: update vc-menu to 7.0.5 * style: remove unused * feat: update pagination to 1.16.5 * feat: add vc-progress 2.2.5 tag * feat: add vc-rate 2.4.0 tag * feat: update vc-slider to 8.6.1 * fix: tooltip error * style: delete conosle * feat: update vc-steps to 3.1.1 * add vc-switch tag 1.6.0 * feat: update upload to 2.5.1 * fix: update vc-menu * fix: update store * fix: add ref dir * fix: trigger mock shouldComponentUpdate * fix: update vc-select * revert: trigger lazyrenderbox * fix: update vc-select * fix: update vc-select * fix: update vc-select * fix: update vc-menu * fix: update vc-slick ref * update style to 3.8.2 * test: update snapshots * update vc-select * update util & affix * feat: add drawer * fix: support title add slot mode * test: update affix test * update alert * update anchor * update snapshots * fix: doc and vc-drawer * update select & auto-complete * update back-top & grid * feractor: avatar * test: add drawer test * update badge * update button * update card * update divider * feat: update vc-tabs to 9.3.6 and tabs * add afterEnter callback * update form * fix: update drawer * test: update snapshots * update modal & notification * test: update snapshots * update message * update locale-provider * update dropdown * update layout popconfirm popover * update time-picker * update menu * update date-picker * docs: update input docs * update input * update snapshots * update table * update test snapshots * feat: update progress * update checkbox * feat: update spin * update radio * docs: slider steps timeline * update list * update transfer * update collapse * update cascader * update upload
2018-09-05 21:28:54 +08:00
</SubMenu>
2019-01-12 11:33:27 +08:00
<Menu.Item key="2">menu2</Menu.Item>
</Menu>
);
},
update to antd3.8.3 (#159) * refactor: align * feat: update align to 2.4.3 * feat: update trigger 2.5.4 * feat: update tooltip 3.7.2 * fix: align * feat: update vc-calendar to 9.6.2 * feat: update vc-checkbox to 2.1.5 * feat: update vc-dialog to 7.1.8 * feat: update vc-from to 2.2.1 * feat: update vc-notification to 3.1.1 * test: update snapshots * feat: update vc-tree to 1.12.6 * feat: update vc-table to 6.2.8 * feat: update vc-upload to 2.5.1 * feat: update vc-input-number to 4.0.12 * feat: update vc-tabs to 9.2.6 * refactor: vc-menu * refactor: update vc-menu to 7.0.5 * style: remove unused * feat: update pagination to 1.16.5 * feat: add vc-progress 2.2.5 tag * feat: add vc-rate 2.4.0 tag * feat: update vc-slider to 8.6.1 * fix: tooltip error * style: delete conosle * feat: update vc-steps to 3.1.1 * add vc-switch tag 1.6.0 * feat: update upload to 2.5.1 * fix: update vc-menu * fix: update store * fix: add ref dir * fix: trigger mock shouldComponentUpdate * fix: update vc-select * revert: trigger lazyrenderbox * fix: update vc-select * fix: update vc-select * fix: update vc-select * fix: update vc-menu * fix: update vc-slick ref * update style to 3.8.2 * test: update snapshots * update vc-select * update util & affix * feat: add drawer * fix: support title add slot mode * test: update affix test * update alert * update anchor * update snapshots * fix: doc and vc-drawer * update select & auto-complete * update back-top & grid * feractor: avatar * test: add drawer test * update badge * update button * update card * update divider * feat: update vc-tabs to 9.3.6 and tabs * add afterEnter callback * update form * fix: update drawer * test: update snapshots * update modal & notification * test: update snapshots * update message * update locale-provider * update dropdown * update layout popconfirm popover * update time-picker * update menu * update date-picker * docs: update input docs * update input * update snapshots * update table * update test snapshots * feat: update progress * update checkbox * feat: update spin * update radio * docs: slider steps timeline * update list * update transfer * update collapse * update cascader * update upload
2018-09-05 21:28:54 +08:00
},
2020-07-25 15:46:49 +08:00
{ attachTo: 'body', sync: false },
2019-01-12 11:33:27 +08:00
);
update to antd3.8.3 (#159) * refactor: align * feat: update align to 2.4.3 * feat: update trigger 2.5.4 * feat: update tooltip 3.7.2 * fix: align * feat: update vc-calendar to 9.6.2 * feat: update vc-checkbox to 2.1.5 * feat: update vc-dialog to 7.1.8 * feat: update vc-from to 2.2.1 * feat: update vc-notification to 3.1.1 * test: update snapshots * feat: update vc-tree to 1.12.6 * feat: update vc-table to 6.2.8 * feat: update vc-upload to 2.5.1 * feat: update vc-input-number to 4.0.12 * feat: update vc-tabs to 9.2.6 * refactor: vc-menu * refactor: update vc-menu to 7.0.5 * style: remove unused * feat: update pagination to 1.16.5 * feat: add vc-progress 2.2.5 tag * feat: add vc-rate 2.4.0 tag * feat: update vc-slider to 8.6.1 * fix: tooltip error * style: delete conosle * feat: update vc-steps to 3.1.1 * add vc-switch tag 1.6.0 * feat: update upload to 2.5.1 * fix: update vc-menu * fix: update store * fix: add ref dir * fix: trigger mock shouldComponentUpdate * fix: update vc-select * revert: trigger lazyrenderbox * fix: update vc-select * fix: update vc-select * fix: update vc-select * fix: update vc-menu * fix: update vc-slick ref * update style to 3.8.2 * test: update snapshots * update vc-select * update util & affix * feat: add drawer * fix: support title add slot mode * test: update affix test * update alert * update anchor * update snapshots * fix: doc and vc-drawer * update select & auto-complete * update back-top & grid * feractor: avatar * test: add drawer test * update badge * update button * update card * update divider * feat: update vc-tabs to 9.3.6 and tabs * add afterEnter callback * update form * fix: update drawer * test: update snapshots * update modal & notification * test: update snapshots * update message * update locale-provider * update dropdown * update layout popconfirm popover * update time-picker * update menu * update date-picker * docs: update input docs * update input * update snapshots * update table * update test snapshots * feat: update progress * update checkbox * feat: update spin * update radio * docs: slider steps timeline * update list * update transfer * update collapse * update cascader * update upload
2018-09-05 21:28:54 +08:00
await asyncExpect(() => {
2021-06-21 11:30:46 +08:00
expect($$('.ant-menu-submenu-selected').length).toBe(2);
2019-01-12 11:33:27 +08:00
});
});
2021-06-21 11:30:46 +08:00
it('should accept openKeys in mode horizontal', async () => {
const wrapper = mount(
2019-01-12 11:33:27 +08:00
{
render() {
return (
2021-06-21 11:30:46 +08:00
<Menu openKeys={['1']} mode="horizontal">
2019-01-12 11:33:27 +08:00
<SubMenu key="1" title="submenu1">
<Menu.Item key="submenu1">Option 1</Menu.Item>
<Menu.Item key="submenu2">Option 2</Menu.Item>
</SubMenu>
<Menu.Item key="2">menu2</Menu.Item>
</Menu>
);
},
2018-06-25 22:15:17 +08:00
},
2020-07-25 15:46:49 +08:00
{ attachTo: 'body', sync: false },
2019-01-12 11:33:27 +08:00
);
2018-06-25 22:15:17 +08:00
await asyncExpect(() => {
2021-06-21 11:30:46 +08:00
expect(wrapper.exists('.ant-menu-sub')).toBe(true);
2019-01-12 11:33:27 +08:00
});
});
2018-06-25 22:15:17 +08:00
2021-06-21 11:30:46 +08:00
it('should accept openKeys in mode inline', async () => {
2019-01-12 11:33:27 +08:00
mount(
{
render() {
return (
2021-06-21 11:30:46 +08:00
<Menu openKeys={['1']} mode="inline">
2019-01-12 11:33:27 +08:00
<SubMenu key="1" title="submenu1">
<Menu.Item key="submenu1">Option 1</Menu.Item>
<Menu.Item key="submenu2">Option 2</Menu.Item>
</SubMenu>
<Menu.Item key="2">menu2</Menu.Item>
</Menu>
);
},
2018-06-25 22:15:17 +08:00
},
2020-07-25 15:46:49 +08:00
{ attachTo: 'body', sync: false },
2019-01-12 11:33:27 +08:00
);
2018-06-25 22:15:17 +08:00
await asyncExpect(() => {
2019-01-12 11:33:27 +08:00
expect($$('.ant-menu-sub')[0].parentElement.style.display).not.toBe('none');
});
});
2018-06-25 22:15:17 +08:00
2021-06-21 11:30:46 +08:00
it('should accept openKeys in mode vertical', async () => {
2019-01-12 11:33:27 +08:00
mount(
{
render() {
return (
2021-06-21 11:30:46 +08:00
<Menu openKeys={['1']} mode="vertical">
2019-01-12 11:33:27 +08:00
<SubMenu key="1" title="submenu1">
<Menu.Item key="submenu1">Option 1</Menu.Item>
<Menu.Item key="submenu2">Option 2</Menu.Item>
</SubMenu>
<Menu.Item key="2">menu2</Menu.Item>
</Menu>
);
},
2018-06-25 22:15:17 +08:00
},
2020-07-25 15:46:49 +08:00
{ attachTo: 'body', sync: false },
2019-01-12 11:33:27 +08:00
);
2018-06-25 22:15:17 +08:00
await asyncExpect(() => {
2019-01-12 11:33:27 +08:00
expect($$('.ant-menu-sub')[0].parentElement.style.display).not.toBe('none');
2021-06-30 14:53:18 +08:00
}, 100);
2019-01-12 11:33:27 +08:00
});
2018-06-25 22:15:17 +08:00
2020-11-23 14:21:18 +08:00
it('horizontal', async () => {
const wrapper = mount(
{
props: {
openKeys: {
type: Array,
default() {
return ['1'];
},
},
},
render() {
return (
2021-06-21 11:30:46 +08:00
<Menu openKeys={this.openKeys} mode="horizontal">
2020-11-23 14:21:18 +08:00
<SubMenu key="1" title="submenu1">
<Menu.Item key="submenu1">Option 1</Menu.Item>
<Menu.Item key="submenu2">Option 2</Menu.Item>
</SubMenu>
<Menu.Item key="2">menu2</Menu.Item>
</Menu>
);
},
},
{ attachTo: 'body', sync: false },
);
await asyncExpect(() => {
expect($$('.ant-menu-sub')[0].parentElement.style.display).not.toBe('none');
2021-06-21 11:30:46 +08:00
}, 100);
2020-11-23 14:21:18 +08:00
wrapper.setProps({ openKeys: [] });
await asyncExpect(() => {
expect($$('.ant-menu-sub')[0].parentElement.style.display).toBe('none');
}, 500);
2018-06-25 22:15:17 +08:00
2020-11-23 14:21:18 +08:00
wrapper.setProps({ openKeys: ['1'] });
await asyncExpect(() => {
expect($$('.ant-menu-sub')[0].parentElement.style.display).not.toBe('none');
2021-06-21 11:30:46 +08:00
}, 100);
2020-11-23 14:21:18 +08:00
});
2018-06-25 22:15:17 +08:00
2018-06-26 21:47:15 +08:00
it('inline', async () => {
2021-06-21 11:30:46 +08:00
const openKeys = ref(['1']);
// eslint-disable-next-line no-unused-vars
2019-01-12 11:33:27 +08:00
const wrapper = mount(
{
2021-06-21 11:30:46 +08:00
setup() {
return () => {
return (
<Menu openKeys={openKeys.value} mode="inline">
<SubMenu key="1" title="submenu1">
<Menu.Item key="submenu1">Option 1</Menu.Item>
<Menu.Item key="submenu2">Option 2</Menu.Item>
</SubMenu>
<Menu.Item key="2">menu2</Menu.Item>
</Menu>
);
};
2019-01-12 11:33:27 +08:00
},
2018-06-26 21:47:15 +08:00
},
2020-07-25 15:46:49 +08:00
{ attachTo: 'body', sync: false },
2019-01-12 11:33:27 +08:00
);
2018-06-26 21:47:15 +08:00
await asyncExpect(() => {
2019-01-12 11:33:27 +08:00
expect($$('.ant-menu-sub')[0].style.display).not.toBe('none');
}, 0);
2021-06-26 14:27:26 +08:00
openKeys.value = [];
await asyncExpect(() => {
expect($$('.ant-menu-sub')[0].style.display).toBe('none');
}, 100);
openKeys.value = ['1'];
await asyncExpect(() => {
expect($$('.ant-menu-sub')[0].style.display).not.toBe('none');
}, 100);
2019-01-12 11:33:27 +08:00
});
2018-06-25 22:15:17 +08:00
2018-06-26 21:47:15 +08:00
it('vertical', async () => {
2019-01-12 11:33:27 +08:00
const wrapper = mount(
{
props: {
openKeys: {
type: Array,
default() {
2019-01-12 11:33:27 +08:00
return ['1'];
},
2018-06-26 21:47:15 +08:00
},
},
2019-01-12 11:33:27 +08:00
render() {
return (
<Menu openKeys={this.openKeys} mode="vertical" openTransitionName="">
<SubMenu key="1" title="submenu1">
<Menu.Item key="submenu1">Option 1</Menu.Item>
<Menu.Item key="submenu2">Option 2</Menu.Item>
</SubMenu>
<Menu.Item key="2">menu2</Menu.Item>
</Menu>
);
},
2018-06-26 21:47:15 +08:00
},
2020-07-25 15:46:49 +08:00
{ attachTo: 'body', sync: false },
2019-01-12 11:33:27 +08:00
);
2018-06-26 21:47:15 +08:00
await asyncExpect(() => {
2019-01-12 11:33:27 +08:00
expect($$('.ant-menu-sub')[0].parentElement.style.display).not.toBe('none');
2021-06-21 11:30:46 +08:00
}, 100);
2019-01-12 11:33:27 +08:00
wrapper.setProps({ openKeys: [] });
2018-06-26 21:47:15 +08:00
await asyncExpect(() => {
2019-01-12 11:33:27 +08:00
expect($$('.ant-menu-sub')[0].parentElement.style.display).toBe('none');
2020-08-02 22:27:22 +08:00
}, 500);
2019-01-12 11:33:27 +08:00
wrapper.setProps({ openKeys: ['1'] });
2018-06-26 21:47:15 +08:00
await asyncExpect(() => {
2019-01-12 11:33:27 +08:00
expect($$('.ant-menu-sub')[0].parentElement.style.display).not.toBe('none');
2021-06-21 11:30:46 +08:00
}, 100);
2019-01-12 11:33:27 +08:00
});
2018-06-25 22:15:17 +08:00
2018-06-26 21:47:15 +08:00
// https://github.com/ant-design/ant-design/pulls/4677
// https://github.com/ant-design/ant-design/issues/4692
// TypeError: Cannot read property 'indexOf' of undefined
it('pr #4677 and issue #4692', () => {
2019-01-12 11:33:27 +08:00
const wrapper = mount(
{
render() {
return (
<Menu mode="horizontal">
<SubMenu title="submenu">
<Menu.Item key="1">menu1</Menu.Item>
<Menu.Item key="2">menu2</Menu.Item>
</SubMenu>
</Menu>
);
},
2018-06-26 21:47:15 +08:00
},
2020-07-25 15:46:49 +08:00
{ attachTo: 'body', sync: false },
2019-01-12 11:33:27 +08:00
);
wrapper.vm.$forceUpdate();
2018-06-26 21:47:15 +08:00
// just expect no error emit
2019-01-12 11:33:27 +08:00
});
2018-06-26 21:47:15 +08:00
2021-06-21 11:30:46 +08:00
xit('should always follow openKeys when mode is switched', async () => {
2019-01-12 11:33:27 +08:00
const wrapper = mount(
{
props: {
mode: {
type: String,
default: 'inline',
},
},
render() {
return (
<Menu openKeys={['1']} mode={this.mode}>
<SubMenu key="1" title="submenu1">
<Menu.Item key="submenu1">Option 1</Menu.Item>
<Menu.Item key="submenu2">Option 2</Menu.Item>
</SubMenu>
<Menu.Item key="2">menu2</Menu.Item>
</Menu>
);
2018-06-26 21:47:15 +08:00
},
},
2020-07-25 15:46:49 +08:00
{ attachTo: 'body', sync: false },
2019-01-12 11:33:27 +08:00
);
2018-06-26 21:47:15 +08:00
await asyncExpect(() => {
2019-01-12 11:33:27 +08:00
expect($$('ul.ant-menu-sub')[0].style.display).not.toBe('none');
});
wrapper.setProps({ mode: 'vertical' });
2018-06-26 21:47:15 +08:00
await asyncExpect(() => {
2019-01-12 11:33:27 +08:00
expect($$('ul.ant-menu-sub')[0].parentElement.style.display).not.toBe('none');
}, 0);
wrapper.setProps({ mode: 'inline' });
2018-06-26 21:47:15 +08:00
await asyncExpect(() => {
2019-01-12 11:33:27 +08:00
expect($$('ul.ant-menu-sub')[0].style.display).not.toBe('none');
}, 0);
});
2018-06-25 22:15:17 +08:00
update to antd3.8.3 (#159) * refactor: align * feat: update align to 2.4.3 * feat: update trigger 2.5.4 * feat: update tooltip 3.7.2 * fix: align * feat: update vc-calendar to 9.6.2 * feat: update vc-checkbox to 2.1.5 * feat: update vc-dialog to 7.1.8 * feat: update vc-from to 2.2.1 * feat: update vc-notification to 3.1.1 * test: update snapshots * feat: update vc-tree to 1.12.6 * feat: update vc-table to 6.2.8 * feat: update vc-upload to 2.5.1 * feat: update vc-input-number to 4.0.12 * feat: update vc-tabs to 9.2.6 * refactor: vc-menu * refactor: update vc-menu to 7.0.5 * style: remove unused * feat: update pagination to 1.16.5 * feat: add vc-progress 2.2.5 tag * feat: add vc-rate 2.4.0 tag * feat: update vc-slider to 8.6.1 * fix: tooltip error * style: delete conosle * feat: update vc-steps to 3.1.1 * add vc-switch tag 1.6.0 * feat: update upload to 2.5.1 * fix: update vc-menu * fix: update store * fix: add ref dir * fix: trigger mock shouldComponentUpdate * fix: update vc-select * revert: trigger lazyrenderbox * fix: update vc-select * fix: update vc-select * fix: update vc-select * fix: update vc-menu * fix: update vc-slick ref * update style to 3.8.2 * test: update snapshots * update vc-select * update util & affix * feat: add drawer * fix: support title add slot mode * test: update affix test * update alert * update anchor * update snapshots * fix: doc and vc-drawer * update select & auto-complete * update back-top & grid * feractor: avatar * test: add drawer test * update badge * update button * update card * update divider * feat: update vc-tabs to 9.3.6 and tabs * add afterEnter callback * update form * fix: update drawer * test: update snapshots * update modal & notification * test: update snapshots * update message * update locale-provider * update dropdown * update layout popconfirm popover * update time-picker * update menu * update date-picker * docs: update input docs * update input * update snapshots * update table * update test snapshots * feat: update progress * update checkbox * feat: update spin * update radio * docs: slider steps timeline * update list * update transfer * update collapse * update cascader * update upload
2018-09-05 21:28:54 +08:00
it('should always follow openKeys when inlineCollapsed is switched', async () => {
2019-01-12 11:33:27 +08:00
const wrapper = mount(
{
props: {
inlineCollapsed: {
type: Boolean,
default: false,
},
2018-06-28 21:22:25 +08:00
},
2019-01-12 11:33:27 +08:00
render() {
return (
2021-06-21 11:30:46 +08:00
<Menu ref="menu" openKeys={['1']} mode="inline" inlineCollapsed={this.inlineCollapsed}>
2019-01-12 11:33:27 +08:00
<Menu.Item key="menu1">
2020-04-04 22:03:18 +08:00
<InboxOutlined />
2019-01-12 11:33:27 +08:00
<span>Option</span>
2018-06-28 21:22:25 +08:00
</Menu.Item>
2019-01-12 11:33:27 +08:00
<SubMenu key="1" title="submenu1">
<Menu.Item key="submenu1">Option</Menu.Item>
<Menu.Item key="submenu2">Option</Menu.Item>
</SubMenu>
</Menu>
);
},
2018-06-28 21:22:25 +08:00
},
2020-07-25 15:46:49 +08:00
{ attachTo: 'body', sync: false },
2019-01-12 11:33:27 +08:00
);
2018-06-28 21:22:25 +08:00
await asyncExpect(() => {
2020-08-02 22:27:22 +08:00
expect(wrapper.findAll('ul.ant-menu-sub')[0].classes()).toContain('ant-menu-inline');
2019-01-12 11:33:27 +08:00
expect($$('ul.ant-menu-sub')[0].style.display).not.toBe('none');
}, 0);
wrapper.setProps({ inlineCollapsed: true });
2018-06-28 21:22:25 +08:00
await asyncExpect(() => {
// 动画完成后的回调
2019-01-12 11:33:27 +08:00
wrapper.vm.$refs.menu.switchModeFromInline = false;
wrapper.vm.$forceUpdate();
});
2020-08-02 22:27:22 +08:00
// await asyncExpect(() => {
// wrapper.trigger('transitionend', { propertyName: 'width' });
// });
// await asyncExpect(() => {
// expect(wrapper.findAll('ul.ant-menu-root')[0].classes()).toContain('ant-menu-vertical');
// expect(wrapper.findAll('ul.ant-menu-sub').length).toBe(0);
// }, 500);
2019-01-12 11:33:27 +08:00
wrapper.setProps({ inlineCollapsed: false });
2018-06-28 21:22:25 +08:00
await asyncExpect(() => {
2020-08-02 22:27:22 +08:00
expect(wrapper.findAll('ul.ant-menu-sub')[0].classes()).toContain('ant-menu-inline');
2019-01-12 11:33:27 +08:00
expect($$('ul.ant-menu-sub')[0].style.display).not.toBe('none');
}, 0);
});
2018-06-25 22:15:17 +08:00
2021-06-21 11:30:46 +08:00
xit('inlineCollapsed should works well when specify a not existed default openKeys', async () => {
2019-01-12 11:33:27 +08:00
const wrapper = mount(
{
props: {
inlineCollapsed: {
type: Boolean,
default: false,
},
2018-06-28 21:22:25 +08:00
},
2019-01-12 11:33:27 +08:00
render() {
return (
<Menu
ref="menu"
2021-06-21 11:30:46 +08:00
openKeys={['not-existed']}
2019-01-12 11:33:27 +08:00
mode="inline"
inlineCollapsed={this.inlineCollapsed}
>
<Menu.Item key="menu1">
2020-04-04 22:03:18 +08:00
<InboxOutlined />
2019-01-12 11:33:27 +08:00
<span>Option</span>
2018-06-28 21:22:25 +08:00
</Menu.Item>
2019-01-12 11:33:27 +08:00
<SubMenu key="1" title="submenu1">
<Menu.Item key="submenu1">Option</Menu.Item>
<Menu.Item key="submenu2">Option</Menu.Item>
</SubMenu>
</Menu>
);
},
2018-06-28 21:22:25 +08:00
},
2020-07-25 15:46:49 +08:00
{ attachTo: 'body', sync: false },
2019-01-12 11:33:27 +08:00
);
2018-06-28 21:22:25 +08:00
await asyncExpect(() => {
2021-06-26 14:27:26 +08:00
expect(wrapper.findAll('.ant-menu-sub').length).toBe(1);
2019-01-12 11:33:27 +08:00
});
wrapper.setProps({ inlineCollapsed: true });
2020-08-02 22:27:22 +08:00
// await asyncExpect(() => {
2021-06-26 14:27:26 +08:00
// // 动画完成后的回调
// wrapper.vm.$refs.menu.switchModeFromInline = false;
// wrapper.vm.$forceUpdate();
2020-08-02 22:27:22 +08:00
// });
// await asyncExpect(() => {
2021-06-26 14:27:26 +08:00
// wrapper.trigger('transitionend', { propertyName: 'width' });
2020-08-02 22:27:22 +08:00
// });
2021-06-26 14:27:26 +08:00
await asyncExpect(() => {
$$('.ant-menu-submenu-title')[0].dispatchEvent(new MouseEvent('mouseenter'));
});
await asyncExpect(() => {
expect(wrapper.findAll('.ant-menu-submenu')[0].classes()).toContain(
'ant-menu-submenu-vertical',
);
expect(wrapper.findAll('.ant-menu-submenu')[0].classes()).toContain('ant-menu-submenu-open');
expect($$('ul.ant-menu-sub')[0].className).toContain('ant-menu-vertical');
expect($$('ul.ant-menu-sub')[0].style.display).not.toBe('none');
}, 500);
2019-01-12 11:33:27 +08:00
});
2018-06-25 22:15:17 +08:00
2021-06-21 11:30:46 +08:00
// describe('open submenu when click submenu title', () => {
// beforeEach(() => {
// document.body.innerHTML = '';
// });
2018-06-25 22:15:17 +08:00
2021-06-26 14:27:26 +08:00
const toggleMenu = (wrapper, index, event) => {
wrapper.findAll('.ant-menu-submenu-title')[index].trigger(event);
};
2018-06-25 22:15:17 +08:00
2021-06-26 14:27:26 +08:00
it('inline', async () => {
const wrapper = mount(
{
render() {
return (
<Menu mode="inline">
<SubMenu key="1" title="submenu1">
<Menu.Item key="submenu1">Option 1</Menu.Item>
<Menu.Item key="submenu2">Option 2</Menu.Item>
</SubMenu>
<Menu.Item key="2">menu2</Menu.Item>
</Menu>
);
},
},
{ attachTo: 'body', sync: false },
);
await asyncExpect(() => {
expect($$('.ant-menu-sub').length).toBe(1);
toggleMenu(wrapper, 0, 'click');
}, 0);
await asyncExpect(() => {
expect($$('.ant-menu-sub').length).toBe(1);
expect($$('.ant-menu-sub')[0].style.display).not.toBe('none');
toggleMenu(wrapper, 0, 'click');
}, 500);
await asyncExpect(() => {
expect($$('.ant-menu-sub')[0].style.display).toBe('none');
}, 500);
});
2018-06-25 22:15:17 +08:00
2021-06-21 11:30:46 +08:00
// it('vertical', async () => {
// const wrapper = mount(
// {
// render() {
// return (
// <Menu mode="vertical">
// <SubMenu key="1" title="submenu1">
// <Menu.Item key="submenu1">Option 1</Menu.Item>
// <Menu.Item key="submenu2">Option 2</Menu.Item>
// </SubMenu>
// <Menu.Item key="2">menu2</Menu.Item>
// </Menu>
// );
// },
// },
// { attachTo: 'body', sync: false },
// );
// await asyncExpect(() => {
// expect($$('.ant-menu-sub').length).toBe(0);
// toggleMenu(wrapper, 0, 'mouseenter');
// }, 0);
// await asyncExpect(() => {
// expect($$('.ant-menu-sub').length).toBe(1);
// expect($$('.ant-menu-sub')[0].parentElement.style.display).not.toBe('none');
// toggleMenu(wrapper, 0, 'mouseleave');
// }, 500);
// await asyncExpect(() => {
// expect($$('.ant-menu-sub')[0].parentElement.style.display).toBe('none');
// }, 500);
// });
2018-06-25 22:15:17 +08:00
2021-06-21 11:30:46 +08:00
// it('horizontal', async () => {
// const wrapper = mount(
// {
// render() {
// return (
// <Menu mode="horizontal">
// <SubMenu key="1" title="submenu1">
// <Menu.Item key="submenu1">Option 1</Menu.Item>
// <Menu.Item key="submenu2">Option 2</Menu.Item>
// </SubMenu>
// <Menu.Item key="2">menu2</Menu.Item>
// </Menu>
// );
// },
// },
// { attachTo: 'body', sync: false },
// );
// await asyncExpect(() => {
// expect($$('.ant-menu-sub').length).toBe(0);
// toggleMenu(wrapper, 1, 'mouseenter');
// }, 100);
// await asyncExpect(() => {
// expect($$('.ant-menu-sub').length).toBe(1);
// expect($$('.ant-menu-sub')[0].parentElement.style.display).not.toBe('none');
// toggleMenu(wrapper, 1, 'mouseleave');
// }, 500);
// await asyncExpect(() => {
// expect($$('.ant-menu-sub')[0].parentElement.style.display).toBe('none');
// }, 500);
// });
// });
2019-01-05 10:54:18 +08:00
it('inline title', async () => {
2019-01-12 11:33:27 +08:00
const wrapper = mount(
{
render() {
return (
<Menu mode="inline" inlineCollapsed>
<Menu.Item key="1" title="bamboo lucky">
2020-04-04 22:03:18 +08:00
<PieChartOutlined />
2019-01-12 11:33:27 +08:00
<span>
Option 1
<img
style={{ width: 20 }}
alt="test"
src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg"
/>
</span>
</Menu.Item>
</Menu>
);
},
2019-01-05 10:54:18 +08:00
},
2020-07-25 15:46:49 +08:00
{ sync: false, attachTo: 'body' },
2019-01-12 11:33:27 +08:00
);
2019-01-05 10:54:18 +08:00
2019-01-12 11:33:27 +08:00
wrapper.find('.ant-menu-item').trigger('mouseenter');
2019-01-05 10:54:18 +08:00
await asyncExpect(() => {
2019-01-12 11:33:27 +08:00
const text = $$('.ant-tooltip-inner')[0].textContent;
expect(text).toBe('bamboo lucky');
}, 500);
});
});