Skip to content

Commit 7dedf8c

Browse files
committed
MAGETWO-84921: Swagger does not render correctly for many POST/PUT operations
1 parent 0b1672f commit 7dedf8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/tests/functional/tests/app/Magento/Swagger/Test/Page/SwaggerUiPage.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,12 @@ public function expandEndpointContent($serviceName, $endpoint)
159159
public function closeEndpointContent($serviceName, $endpoint)
160160
{
161161
$this->expandServiceContent($serviceName);
162+
162163
/**
163164
* Selector for endpoint href
164165
*/
165-
$endpointRefSelector = '#operations-%s-%s%s > div';
166+
$endpointRefSelector = '#operations-%s-%s%s > div';
167+
166168
/**
167169
* Selector for operation
168170
*/

0 commit comments

Comments
 (0)