Onur Yaşarlar LinuxV14G2 пре 1 месец
родитељ
комит
8e9da508e0
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      webapp/test/integration/pages/App.js

+ 1 - 0
webapp/test/integration/pages/App.js

@@ -19,6 +19,7 @@ sap.ui.define([
 						success: function (oMessageBox) {
 							oMessageBox.destroy();
 							Opa5.assert.ok(true, "The MessageBox was closed");
+							Opa5.assert.ok(true, "The OnurBox was closed");
 						}
 					});
 				}