Typo of implemenation to implementation
@check @local @development @staging @production
Scenario: Check Open API settings and documentation pages
When I go to "/admin/config/services/openapi"
And I wait
Then I should see "OpenAPI Resources"
And I should see "Rest"
And I should see "JsonApi"
When I go to "/admin/config/services/openapi/redoc/rest"
And I wait
Then I should see "The REST API provide by the core REST module"
When I go to "/admin/config/services/openapi/redoc/jsonapi"
And I wait
Then I should see "This is a JSON API compliant implementation"
When I go to "/admin/config/services/openapi/swagger/jsonapi"
And I wait
Then I should see "OpenAPI Documentation"
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3065349-3.patch | 581 bytes | rajab natshah |
Comments
Comment #2
rajab natshahComment #3
rajab natshahComment #4
rajab natshahComment #5
rajab natshahComment #6
rajab natshahComment #7
rajab natshahComment #9
richgerdesGood catch, thanks for finding this. I've looked at that page way too many times, and not seen it.
The patch has been committed to dev! 🎉