firecamp-io / firecamp

VSCode for APIs, Postman Alternative.

Home Page:https://firecamp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Renaming a test does not update the name until it is reopened.

DanTalash opened this issue · comments

1. Describe the bug, what it is and what it should be (expected behavior)

If you rename a test which is currently opened, the test name doesn't update in the open tab until you close and re-open in.

2. To Reproduce

  1. Open a test for editing.
  2. Rename the test.
  3. Note that the name hasn't changed in the edit tab.

platform (please complete the following information):
  • firecamp version: v2.6.0
  • type: desktop
  • os: win 11

Thanks for sharing it @DanTalash, Is it possible for you to create a GIF or small video?

Had this problem too and thought it was rare. Turns out there's generally a bug with saving a request collection. It's not so common, but once it happens, there's really no simple way to workaround it out unless you recreate a whole new collection.

My case, when the bug happens:

  • Saving a request replace the other request instead of the currently active one.
  • Saving a request won't actually save -- it just reverts back once I click that request again.

Restarting the app just doesn't fix it either so it's really annoying. Usually a simple bug like this doesn't really bother me coz you can un-bug it with also a simple steps, but not the case with Firecamp.


  • Firecamp version: v2.7.1
  • Type: desktop
  • OS: win 11

Thank you @ArsenicBismuth for sharing the detailed explanation. I am looking into it.