feat: add detailed view for prompt component (#7036)

* Changed prompt component to show the prompt with more details

* Fix classes for edit node

* Fixed test

---------

Co-authored-by: Rodrigo Nader <rodrigosilvanader@gmail.com>
This commit is contained in:
Lucas Oliveira 2025-03-14 16:49:06 -03:00 committed by GitHub
commit b6333d0e49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 36 additions and 81 deletions

View file

@ -76,7 +76,7 @@ test(
await page.getByTestId("button_open_prompt_modal").click();
await page.getByTestId("edit-prompt-sanitized").first().click();
await page.getByTestId("edit-prompt-sanitized").last().click();
await page
.getByTestId("modal-promptarea_prompt_template")