提交 fbdb4f65 编写于 作者: 雪洛's avatar 雪洛

test: web端启用设置backgroundColorContent测试例

上级 a421b565
......@@ -396,14 +396,12 @@
"navigationBarTitleText": "设置导航条标题"
}
},
// #ifdef APP
{
"path": "pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent",
"style": {
"navigationBarTitleText": "设置页面容器背景色"
}
},
// #endif
{
"path": "pages/API/navigator/new-page/new-page-1",
"style": {
......
describe('set-page-backgroundColorContent', () => {
if (process.env.uniTestPlatformInfo.startsWith('web')) {
it('dummyTest', async () => {
expect(1).toBe(1)
})
return
}
describe('set-page-backgroundColorContent', () => {
let page
beforeAll(async () => {
page = await program.reLaunch('/pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册