mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
test(rtl): do not set dir to ltr by default, add reorder e2e
This commit is contained in:
@ -22,8 +22,6 @@
|
|||||||
|
|
||||||
if (location.href.indexOf('rtl=true') > -1) {
|
if (location.href.indexOf('rtl=true') > -1) {
|
||||||
document.dir = 'rtl';
|
document.dir = 'rtl';
|
||||||
} else {
|
|
||||||
document.dir = 'ltr';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
window.domCount = function domCount(ele) {
|
window.domCount = function domCount(ele) {
|
||||||
|
1
src/components/item/test/reorder/e2e.ts
Normal file
1
src/components/item/test/reorder/e2e.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
Reference in New Issue
Block a user