We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67ddf4 commit 457882eCopy full SHA for 457882e
‎docs/instructions/5-testronaut.md‎
@@ -22,7 +22,7 @@ pnpm cook start 5-testronaut
22
pnpm testronaut --ui # Or use VSCode Playwright extension
23
```
24
25
-#### 2. Mount the component
+#### 2. Mount the component in `src/app/recipe/recipe-filter.pw.ts`
26
27
```ts
28
const { outputs } = await mount(RecipeFilter);
@@ -46,7 +46,7 @@ expect(outputs.filterCriteria.calls[0]).toEqual('Burger');
46
47
48
49
-#### 2. Configure the `RecipeRepositoryFake`
+#### 2. Configure the `RecipeRepositoryFake` in `src/app/recipe/recipe-search.pw.ts`
50
51
52
await runInBrowser('set up the recipe repository', async () => {
0 commit comments