diff --git a/docs/api.md b/docs/api.md index d90e8a1..9a992fe 100644 --- a/docs/api.md +++ b/docs/api.md @@ -8,7 +8,7 @@ !!! abstract "How does INGenious perform API Tests?" - API Testing is one of the strong suites of the framework. It uses Java HHTP Client to fire requests, receive responses, validate the response status, response body and response tags. + API Testing is one of the strong suites of the framework. It uses Java HTTP Client to fire requests, receive responses, validate the response status, response body and response tags. It also allows us to store response tags which can be used for subsequent API calls or GUI flows. **This makes API Testing and GUI Testing possible in a single flow coherently.** diff --git a/docs/browsertesting/playwrightlocatorstrategy.md b/docs/browsertesting/playwrightlocatorstrategy.md index 9d252e1..a0dfa2f 100644 --- a/docs/browsertesting/playwrightlocatorstrategy.md +++ b/docs/browsertesting/playwrightlocatorstrategy.md @@ -281,7 +281,7 @@ ------------------------------------------- -??? note "Text" +??? note "XPath or CSS" ### Locate by XPath or CSS