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"



CommentFileSizeAuthor
#3 3065349-3.patch581 bytesrajab natshah

Comments

RajabNatshah created an issue. See original summary.

rajab natshah’s picture

Issue summary: View changes
rajab natshah’s picture

StatusFileSize
new581 bytes
rajab natshah’s picture

Assigned: rajab natshah » Unassigned
Status: Active » Needs review
rajab natshah’s picture

Issue summary: View changes
rajab natshah’s picture

Issue summary: View changes
rajab natshah’s picture

Priority: Normal » Minor

richgerdes’s picture

Status: Needs review » Fixed

Good 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! 🎉

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.