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:
parent
1bc450fb90
commit
b6333d0e49
2 changed files with 36 additions and 81 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue