提交 c701b27c 编写于 作者: 张磊

临时去掉auto-height,可能导致应用白屏。

上级 4c20d30a
......@@ -19,7 +19,7 @@ describe('component-native-textarea', () => {
await page.waitFor(500)
expect(await textarea.property("focus")).toBe(true)
});
it("auto-height", async () => {
/* it("auto-height", async () => {
await page.setData({
auto_height_boolean: true
})
......@@ -60,7 +60,7 @@ describe('component-native-textarea', () => {
height
} = await textarea.size()
expect(height).toBeLessThanOrEqual(150)
})
}) */
it("inputmode", async () => {
const inputmodeEnum = await page.data("inputmode_enum")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册