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

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

上级 b9dd062e
...@@ -396,14 +396,12 @@ ...@@ -396,14 +396,12 @@
"navigationBarTitleText": "设置导航条标题" "navigationBarTitleText": "设置导航条标题"
} }
}, },
// #ifdef APP
{ {
"path": "pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent", "path": "pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent",
"style": { "style": {
"navigationBarTitleText": "设置页面容器背景色" "navigationBarTitleText": "设置页面容器背景色"
} }
}, },
// #endif
{ {
"path": "pages/API/navigator/new-page/new-page-1", "path": "pages/API/navigator/new-page/new-page-1",
"style": { "style": {
......
describe('set-page-backgroundColorContent', () => { describe('set-page-backgroundColorContent', () => {
if (process.env.uniTestPlatformInfo.startsWith('web')) {
it('dummyTest', async () => {
expect(1).toBe(1)
})
return
}
let page let page
beforeAll(async () => { beforeAll(async () => {
page = await program.reLaunch('/pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent') 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.
先完成此消息的编辑!
想要评论请 注册