Onur Yaşarlar LinuxV14G2 há 1 mês atrás
pai
commit
1a26695b76
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      webapp/test/integration/pages/App.js

+ 2 - 2
webapp/test/integration/pages/App.js

@@ -4,7 +4,7 @@ sap.ui.define([
 ], function (Opa5, Properties) {
 	"use strict";
 
-	// var sViewName = "App";
+	var sViewName = "App";
 
 	Opa5.createPageObjects({
 		onTheAppPage: {
@@ -42,7 +42,7 @@ sap.ui.define([
 				theAppShowsFCLDesign: function (sLayout) {
 					return this.waitFor({
 						id: "layout",
-						// viewName: sViewName,
+						viewName: sViewName,
 						matchers: new Properties({
 							layout: sLayout
 						}),