From 4bc2df6455d92dbd84a8017fa018dabac169f270 Mon Sep 17 00:00:00 2001 From: Stefan Goste <7882296+stefango79@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:29:56 +0200 Subject: [PATCH] Update step-28-integration-test-with-opa-typescript-412f0b6.md Corrected wrong file extension js -> ts --- .../step-28-integration-test-with-opa-typescript-412f0b6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03_Get-Started/step-28-integration-test-with-opa-typescript-412f0b6.md b/docs/03_Get-Started/step-28-integration-test-with-opa-typescript-412f0b6.md index 52fca6f5..c7308f5e 100644 --- a/docs/03_Get-Started/step-28-integration-test-with-opa-typescript-412f0b6.md +++ b/docs/03_Get-Started/step-28-integration-test-with-opa-typescript-412f0b6.md @@ -82,7 +82,7 @@ export default class HelloPanelPage extends Opa5 { -## webapp/test/integration/NavigationJourney.js \(New\) +## webapp/test/integration/NavigationJourney.ts \(New\) We create a new `NavigationJourney.ts` file under `webapp/test/integration/`.