Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TTK UI Bug - JSON Editor in Request Editor is buggy #3031

Closed
vijayg10 opened this issue Nov 28, 2022 · 2 comments
Closed

TTK UI Bug - JSON Editor in Request Editor is buggy #3031

vijayg10 opened this issue Nov 28, 2022 · 2 comments
Assignees
Labels
bug Something isn't working or it has wrong behavior on a Mojaloop Core service core-dev-squad oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it oss-ttk Related to the Mojaloop testing toolkit

Comments

@vijayg10
Copy link

vijayg10 commented Nov 28, 2022

Summary:
The JSON editor in the "Request Editor" is buggy. The changes are not being reflected if we enter wrong JSON format.

Severity:
(Low, Medium, High)

Priority:
(Critical, Medium, Low)

Expected Behavior

Steps to Reproduce

  1. Create a new Testcase and a request in that and select any post API resource
  2. Enter the following body in the editor tab
    {
      "name": "{$inputs.TTKSIM2_NAME}",
      "currency": "{$inputs.currency}"
    }
    
  3. Now move the curser at the end of 2nd line i.e. the line with name param
  4. Try to add a new line below that by pressing enter
  5. Nothing happens, this is a bug
  6. And copy the same line (2nd) and try to paste it after ,
  7. Nothing happens, this is also an issue
    Something is wrong in the JSON validation and the JSON formatter

Pull requests

Specifications

  • Component (if known):
  • Version:
  • Platform:
  • Subsystem:
  • Type of testing:
  • Bug found/raised by:

Notes:

  • Severity when opened:
  • Priority when opened:
@vijayg10 vijayg10 added oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it oss-ttk Related to the Mojaloop testing toolkit to-be-refined This story is ready to be groomed bug Something isn't working or it has wrong behavior on a Mojaloop Core service core-dev-squad labels Nov 28, 2022
@elnyry-sam-k
Copy link
Member

Please add your planning poker estimate with Zenhub @vijayg10

@elnyry-sam-k
Copy link
Member

Please add your planning poker estimate with Zenhub @mdebarros

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or it has wrong behavior on a Mojaloop Core service core-dev-squad oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it oss-ttk Related to the Mojaloop testing toolkit
Projects
None yet
Development

No branches or pull requests

3 participants