We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b95d2 commit 3e54496Copy full SHA for 3e54496
karma-ci.conf.js
@@ -36,4 +36,5 @@ module.exports = function(config) {
36
singleRun: true
37
38
});
39
+ require("karma-ui5/helper").configureIframeCoverage(config);
40
};
webapp/test/integration/arrangements/Startup.js
@@ -5,14 +5,8 @@ sap.ui.define([
5
6
return Opa5.extend("sap.ui.demo.todo.test.integration.arrangements.Startup", {
7
8
- iStartMyApp() {
9
- this.iStartMyUIComponent({
10
- componentConfig: {
11
- name: "sap.ui.demo.todo",
12
- async: true,
13
- manifest: true
14
- }
15
- });
+ iStartMyApp: function () {
+ this.iStartMyAppInAFrame(sap.ui.require.toUrl("sap/ui/demo/todo/index") + ".html");
16
}
17
18
0 commit comments