Fix breaking E2E tests
This commit is contained in:
parent
cae588a3e6
commit
33eb2ce7a9
5 changed files with 12 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue