1# language: en 2@smoke @cognito-idp 3Feature: Amazon Cognito Identity Provider 4 5 Scenario: Making a request 6 When I call the "ListUserPools" API with: 7 | MaxResults | 5 | 8 Then the value at "UserPools" should be a list 9 10