Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nartovm committed Jul 24, 2024
1 parent a06e4d4 commit e72bb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat-e2e/src/tests/promptsNames.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ dialTest.only(
await promptDropdownMenu.selectMenuOption(MenuOptions.edit);
await promptModalDialog.setField(promptModalDialog.name, nameWithSpaces);
await promptModalDialog.saveButton.click();
prompt.name = longNameWithEmojis;
prompt.name = expectedNameWithSpaces;
},
);

Expand Down

0 comments on commit e72bb63

Please sign in to comment.