diff --git a/articles/testing/contract-testing.md b/articles/testing/contract-testing.md index 4d62ac3..379f6a1 100644 --- a/articles/testing/contract-testing.md +++ b/articles/testing/contract-testing.md @@ -54,7 +54,6 @@ You can use the coverage report to quickly stub out a new scenario. To start: 1. Click the **status codes** in the table matrix for the steps you want to add to your scenario. - > Note that the order in which the endpoints are clicked > determines the order in which they will appear in the scenario. For example, @@ -68,8 +67,6 @@ You can use the coverage report to quickly stub out a new scenario. To start: 3. You will automatically be navigated to the new scenario, complete with contract test assertions for each selected endpoint. - - > You will likely need to modify the resulting scenario to fit your use case ## Automatic Contract Test Assertion