msjit / testcasedb

TestCaseDB - Web based test case management
MIT License
40 stars 18 forks source link

Unable to create testcase with no category #30

Closed kirantpatil closed 10 years ago

kirantpatil commented 10 years ago

Steps to reproduce:

  1. Login to the testcasedb app
  2. Create new testcase and do not select any category for the product
  3. Click on "Create Test Case" button

Expected output: Testcase should be created or Testcase should display some message to add category to create testcase

Actual output: Testcase is neither created nor showing any message for the reason not creating

joffems commented 10 years ago

Expected output is Testcase should display some message to add category to create testcase.

I will have to take a look.

kirantpatil commented 10 years ago

@joffems,

Harshith is working on these issues.

Expect the merge request for review soon.

joffems commented 10 years ago

The issue was related to how the category field was being rendered. There was also an issue if the product was left blank. Both items are now fixed.

kirantpatil commented 10 years ago

The fix has been verified and it resolved the issue.