提交 92847147 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

test(storage): saveUTSJSONObjectArray 规避 ios 平台

上级 722db0d2
......@@ -311,6 +311,8 @@ describe('ExtApi-StorageInfoTest', () => {
expect(jest_saveUTSJSONObjectAsyncResult).toBe(1)
})
// ios js 层与原生层通信时,原始数据类型丢失
if (!isIOS) {
it('saveUTSJSONObjectArray', async () => {
await page.callMethod('jest_saveUTSJSONObjectArray')
await page.waitFor(600)
......@@ -319,5 +321,6 @@ describe('ExtApi-StorageInfoTest', () => {
} = await page.data()
expect(jest_saveUTSJSONObjectArraySyncResult).toBe(1)
})
}
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册