You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test: adapt playground tests to improvements from UI
* test(playground): update element selectors for consistency
- Replace `getByRole` selector with `getByTestId` for Send button
- Update selector for server input in CustomServerSelect to use test ID
awaitexpect(operationPage.playgroundPanel.serverSlt.getListItem()).toHaveCount(4)//The "Add Custom Server" button is also a list item
248
248
// Covering TestCase-B-1221
249
-
awaitexpect(operationPage.playgroundPanel.serverSlt.getListItem('Petstore server https://petstore.swagger.io/api/v1',{exact: false})).toBeVisible()
250
-
awaitexpect(operationPage.playgroundPanel.serverSlt.getListItem('Petstore server https://dev.petstore.swagger.io/api/v1',{exact: false})).toBeVisible()
251
-
awaitexpect(operationPage.playgroundPanel.serverSlt.getListItem('Petstore server https://test.petstore.swagger.io/api/v1',{exact: false})).toBeVisible()
0 commit comments