From 1cdf47dbf03e0c99abe5e80985f04279509b6d19 Mon Sep 17 00:00:00 2001 From: OpenUI5 Bot Date: Thu, 16 May 2024 08:17:03 +0000 Subject: [PATCH] OpenUI5 Documentation Update 16.05.2024 --- docs/Step_28_Integration_Test_with_OPA_9bf4dce.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Step_28_Integration_Test_with_OPA_9bf4dce.md b/docs/Step_28_Integration_Test_with_OPA_9bf4dce.md index 59f928d9..513412ed 100644 --- a/docs/Step_28_Integration_Test_with_OPA_9bf4dce.md +++ b/docs/Step_28_Integration_Test_with_OPA_9bf4dce.md @@ -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(); }); }); ```