Minor fixes + more green tests

This commit is contained in:
vakrilov
2017-01-12 14:20:20 +02:00
parent 8e8ead8044
commit 819155fb18
19 changed files with 101 additions and 139 deletions

View File

@@ -58,7 +58,7 @@ export function applyTapWithActionBarHiddenAndSpan(args) {
reset(page);
page.backgroundSpanUnderStatusBar = true;
page.actionBarHidden = true;;
page.actionBarHidden = true;
var css = "#test-element { " + args.object.tag + " }";
page.css = css;
}