test(rtl): do not set dir to ltr by default, add reorder e2e

This commit is contained in:
Brandy Carney
2017-05-12 16:43:33 -04:00
parent a30379bef6
commit db94ef606f
2 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,6 @@
if (location.href.indexOf('rtl=true') > -1) {
document.dir = 'rtl';
} else {
document.dir = 'ltr';
}
window.domCount = function domCount(ele) {

View File

@ -0,0 +1 @@