Skip to content

Commit

Permalink
OpenUI5 Documentation Update 16.05.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot committed May 16, 2024
1 parent fc08b51 commit 1cdf47d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/Step_28_Integration_Test_with_OPA_9bf4dce.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ sap.ui.require(["sap/ui/core/Core"], async(Core) => {
await Core.ready();

sap.ui.require([
"ui5/walkthrough/localService/mockserver",
"ui5/walkthrough/test/integration/NavigationJourney"
"ui5/walkthrough/localService/mockserver",
"ui5/walkthrough/test/integration/NavigationJourney"
], (mockserver) => {
// initialize the mock server
mockserver.init();
QUnit.start();
// initialize the mock server
mockserver.init();
QUnit.start();
});
});
```
Expand Down

0 comments on commit 1cdf47d

Please sign in to comment.