Skip to content

Commit 457882e

Browse files
committed
docs: 📝 add files to edit
1 parent b67ddf4 commit 457882e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/instructions/5-testronaut.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pnpm cook start 5-testronaut
2222
pnpm testronaut --ui # Or use VSCode Playwright extension
2323
```
2424

25-
#### 2. Mount the component
25+
#### 2. Mount the component in `src/app/recipe/recipe-filter.pw.ts`
2626

2727
```ts
2828
const { outputs } = await mount(RecipeFilter);
@@ -46,7 +46,7 @@ expect(outputs.filterCriteria.calls[0]).toEqual('Burger');
4646
pnpm testronaut --ui # Or use VSCode Playwright extension
4747
```
4848

49-
#### 2. Configure the `RecipeRepositoryFake`
49+
#### 2. Configure the `RecipeRepositoryFake` in `src/app/recipe/recipe-search.pw.ts`
5050

5151
```ts
5252
await runInBrowser('set up the recipe repository', async () => {

0 commit comments

Comments
 (0)