UNPKG

lninl-ui

Version:

一个基于 Vue 3 & UnoCSS,兼容 TDesign 的 uni-app UI开发组件

14 lines (12 loc) 347 B
/* eslint-disable no-undef */ describe('/pages/index/index', () => { let page beforeAll(async () => { page = await program.currentPage() await page.waitFor(3000) }) it('title', async () => { page = await program.reLaunch('/pages/index/index2') expect(await (await page.$('.title')).text()).toContain('XX应用22') }) })