walter

Results 15 issues of 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...

area/docs
area/ci
component/ui

### 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...

kind/enhancement

**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...

oss-core
bug

## **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...

story
oss-core

**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,...

oss-core
bug

**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...

oss-core
bug

## **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...

oss-ttk

**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`...

oss-core
bug

**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,...

bug