fix: Allowing servers dropdown to change when oas3Actions.setSelectedServer is called (#6358)
ref: #6351
This commit is contained in:
13
test/e2e-cypress/static/documents/bugs/6351.yaml
Normal file
13
test/e2e-cypress/static/documents/bugs/6351.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
openapi: 3.0.2
|
||||
info:
|
||||
title: OAS 3.0 sample with multiple servers
|
||||
version: 0.1.0
|
||||
servers:
|
||||
- url: http://testserver1.com
|
||||
- url: http://testserver2.com
|
||||
paths:
|
||||
/test/:
|
||||
get:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
Reference in New Issue
Block a user