diff --git a/apps/app/ui-tests-app/flexbox/flexbox.ts b/apps/app/ui-tests-app/flexbox/flexbox.ts
index 86ac60da8..4f8f8884d 100644
--- a/apps/app/ui-tests-app/flexbox/flexbox.ts
+++ b/apps/app/ui-tests-app/flexbox/flexbox.ts
@@ -2,8 +2,11 @@ import { FlexboxLayout } from "ui/layouts/flexbox-layout";
function set(what: string) {
return function(args) {
- args.object.page.getViewById("container")[what] = args.object.text;
- // console.log(args.object.text);
+ // args.object.page.getViewById("container")[what] = args.object.text;
+ let containerCss = " #container { " + args.object.tag + " }" ;
+ // console.log(containerCss);
+ args.object.page.addCss(containerCss);
+ // console.log(args.object.page.css);
}
}
diff --git a/apps/app/ui-tests-app/flexbox/flexbox.xml b/apps/app/ui-tests-app/flexbox/flexbox.xml
index c746a9153..7e665d774 100644
--- a/apps/app/ui-tests-app/flexbox/flexbox.xml
+++ b/apps/app/ui-tests-app/flexbox/flexbox.xml
@@ -5,49 +5,49 @@
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
@@ -85,36 +85,36 @@
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+