Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit bdc6b97

Browse files
LAB09-EX01-TASK02-STEP01: add a step to press the edit button (fix Lab 10 Feedback #654)
1 parent 7553d58 commit bdc6b97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Instructions/Labs/AZ400_M03_L09_Set_Up_and_Run_Functional_Tests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ You can notice that the Unit Tests task is already part of the pipeline.
9595

9696
- **Unit Tests** test a single part of your application's logic. One can further describe it by listing some of the things that it isn't. A unit test doesn't test how your code works with dependencies or infrastructure – that's what integration tests are for.
9797

98+
1. Edit the pipeline you created in the previous task pressing the **Edit** button.
9899
1. Now you need to add the Integration Tests task after the Unit Tests task:
99100

100101
```YAML

0 commit comments

Comments
 (0)