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