novarx
novarx
This makes it possible to still listen to onMouseWheel Events when no Zoom/Trackpad is enabled. **What kind of change does this PR introduce?** - [X] Bugfix - [X] Feature -...
If i.e. following value is passed to `getParameterList`: ``` // has two spaces here -----------\/ citrus:concat('{"lorem": ["ipsum", "other"]}'), ``` it results in following String: ``` //note missing comma {"lorem": ["ipsum""other"]}...
Fixes #19 I think there is no need to explicitly dissalow string values - @rcjpisani what do you think?
**Citrus Version** 4.2.1 **Expected behavior** Given an openapi endpoint And that endpoint can respond in `application/json` And that endpoint can respond in `application/xml` When a request with `accept: application/xml` is...
**Citrus Version** 4.2.1 **Expected behavior** Given an openapi endpoint And the response of the endpoint has the required fields: "category", "name", "status" And the response of the endpoint has the...
**Citrus Version** 4.2.1 **Expected behavior** The Test should fail. - Either because the headers are obviously not the same - Or because some headers are explicitly not allowed for testing...