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
 						}),