mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
test(): update text-input spec
This commit is contained in:
@ -129,7 +129,7 @@ export function run() {
|
|||||||
let platformHeight = 800;
|
let platformHeight = 800;
|
||||||
|
|
||||||
let scrollData = TextInput.getScollData(inputOffsetTop, inputOffsetHeight, scrollViewDimensions, keyboardHeight, platformHeight);
|
let scrollData = TextInput.getScollData(inputOffsetTop, inputOffsetHeight, scrollViewDimensions, keyboardHeight, platformHeight);
|
||||||
expect(scrollData.noScroll).toBe(true);
|
expect(scrollData.scrollAmount).toBe(0);
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user