Fix breaking E2E tests

This commit is contained in:
antanst 2025-10-01 11:50:01 +03:00
parent cae588a3e6
commit 33eb2ce7a9
5 changed files with 12 additions and 17 deletions

View file

@ -345,8 +345,8 @@ const ProjectModal: React.FC<ProjectModalProps> = ({
tags: tags.map((name) => ({ name })),
};
// Save the project
onSave(projectData);
// Save the project and wait for it to complete
await onSave(projectData);
showSuccessToast(
project