Skip to content

Commit b2125f8

Browse files
committed
fixes for image and missing next step
1 parent 5d2bd38 commit b2125f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/guides/7.multistore/2.tooling-and-concepts/2.development/4.local-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ This will skip the build and only compose the store into the `.out` directory.
193193
::card{title="Next: Development - Writing an integration tests with Playwright" icon="tabler:number-3-small" }
194194

195195
#description
196-
TODO
196+
Learn how to create and run integration tests using Playwright in your Alokai multistore project.
197197

198198
#cta
199199
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/integration-tests"}

docs/content/guides/7.multistore/2.tooling-and-concepts/2.development/5.integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ yarn store test --store-id=fashion-brand --ui
255255
UI mode is great for debugging as it shows test execution step by step and lets you inspect the page state.
256256
::
257257

258-
![Playwright UI](/guides/6.multistore/img/running-test-in-ui-mode.png)
258+
![Playwright UI](/guides/multistore/img/running-test-in-ui-mode.png)
259259

260260
::
261261

0 commit comments

Comments
 (0)