Lorie Pisicchio

Results 5 issues of Lorie Pisicchio

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...

Hello ! I would like to be able to add a `data-testid` attribute on the generated buttons for the tour, in order to ease the E2E tests of my application....

## Issue https://gravitee.atlassian.net/browse/APIM-3558 ## Description A small description of what you did in that PR. ## Additional context

**Actual behavior** On project `shoppingFeedsService` I already have a variable with name "${openApi.json.url}" When calling a `PUT` on `http://thegardener.corp.kelkoo.net/api/projects/shoppingFeedsService/variables` with the following body ``` [{ "name": "${openApi.json.url}", "value":"http://dc1-papi-dev-feedsws-01.dev.dc1.kelkoo.net:9000/api/docs/swagger.json" }] ```...

**Actual behavior** When trying to including some OpenAPI in a page with the following settings: ```` ```thegardener { "openApi" : { "openApiUrl": "${swagger.url}", "openApiType": "model", "ref": "#/definitions/ShoppingOffer", "deep": 1 }...