Onur Yaşarlar LinuxV14G2 1 ماه پیش
والد
کامیت
1a26695b76
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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
 						}),