You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run into an issue where I duplicate a request, modify that request and then a short time after, after clicking away, doing other things etc. the request reverts back to a copy of the original without the changes I've made.
I've reproduce it with the following steps, although I'm sure this is not the only way to replicate this:
Create a new request test 1 with url abc
duplicate this request and name it test 2
change the url to def
drag test 2 in the list of requests to swap with test 1
expected result: items change places, no change to the requests themselves
actual result: items change places but the test 2 request url is now abc. test 1 is unmodified.