test(rtl): add rtl script to all e2e tests (#17009)

This commit is contained in:
Adam Bradley
2019-01-08 15:06:23 -06:00
committed by GitHub
parent 0b84e27c61
commit c68292b78f
241 changed files with 248 additions and 0 deletions

View File

@ -0,0 +1,8 @@
(function() {
if (window.location.search.indexOf('rtl=true') > -1) {
document.documentElement.setAttribute('dir', 'rtl');
}
})();