walter
walter
There were some remnants of elements that had the default locator for cypress `data-cy` I renamed these to `data-testid` to match the default locator for playwright. This PR fixes [this...
### Current Behavior Meshery uses Playwright for e2e test automation. Playwright has a default format for adding unique locators to elements on the UI. The format or default naming convention...
**Summary**: GET Requests to /parties/{Type}/{ID} endpoint with an invalid FSPIOP-Source header value are sent successfully **Severity**: Low **Priority**: Low **Expected Behavior** GET Requests to /parties/{Type}/{ID} endpoint with an invalid FSPIOP-Source...
## **Goal**: `As a` contributor to the Mojaloop OSS codebase `I want to` ensure there's test coverage for every test-viable endpoint within the p2p_money_transfer folder in the feature tests folder...
**Summary**: The content-type header is automatically assigned a value when sent. During creation of the request, the content-type header is not given a value, but when the request is sent,...
**Summary**: A request missing the accept header is processed successfully and returns a 200 response. **Expected Behavior** A request that has the accept headers missing should fail and return an...
## **Goal**: `As a` QA member of an adopter of Mojaloop OSS `I want to` have the transaction-request-service configured and running within the core-test-harness `so that` tests covering the /transactionRequests...
Create tests for all /participants endpoints. - [ ] POST /participants - [ ] PUT /participants/{ID} - [ ] PUT /participants/{ID}/error - [ ] POST /participants/{Type}/{ID} - [ ] GET...
Post requests to the `/participants/{type}/{ID}` endpoint with missing ID are processed successfully
**Summary**: POST requests to the `/participants/{type}/{ID}` endpoint where the {ID} parameter is missing are processed successfully - well, maybe not processed entirely, but no errors are thrown and a `202`...
**Summary**: A request to the `PUT /parties/{Type}/{ID}/` endpoint does not require an `Accept header `(as per the [swagger documentation](https://mojaloop.github.io/api-snippets/?urls.primaryName=v2.0#/parties/PartiesSubIdByTypeAndIDPut)) However, building a request and leaving out the Accept header value,...