- org_01j0wt03vft6qrqdcqgsc62ez8
- prj_01j7p2bgqx3553ds4qq0xh9zsg
The option to open a "new" folder seems like it should be renamed "Open folder"

Renamed the title to "Test environment variables" but Replay didn't update.
On the other hand, if we update Replay the file does update in Cursor.
The tags didn't seem to be in a particular order which made it hard to find things.
I didn't see any way to sort -- there is a way to search and that is useful.
We did phronesis on Dec 22 and there was a test.arazzo.yaml merged on Dec 19th to main which had the various environment variable endpoints.

{
"detail": "Axios request to GET https://auth.cloud.redocly.com/oidc/userinfo failed with status 500",
"object": "problem",
"status": 500,
"title": "Internal request error",
"type": "about:blank"
}
In order to get the button to work again, you need to close the tab and then press it again.
Otherwise, you have to use the "Run again" button.
After deleting the environment variable, we check it is deleted by trying to get it again. We are expecting a 404.
We get a 404, but the app shows our step failed even though the success criteria was met.

The root cause is there wasn't a 404 defined in the OpenAPI description. We solved it by adding the description. The error message wasn't clear that was the issue.
It only seems to show if you run an individual step, not a workflow.

It seems there are no real settings to adjust and only info:

- With the "x" the format looks like a tag.
- The margin on the right of the X is wrong.
- The columns end up misaligned.

Description isn't required so it should be "empty" by default.

When building output values autocomplete works up until I want to reference a property. It seems it should use the OpenAPI operation response schemas to help me autocomplete the property names.

It's weird that it sets the orgId and projectId as passwords because they aren't marked as such inside of the OpenAPI description.

It seems to misunderstand the readOnly fields as passwords.
