Skip to content

Commit

Permalink
Cleanup notifications in cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
StaNov committed Jan 23, 2025
1 parent 3f30ec5 commit 23fbef8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/cypress/common/apiCalls/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ export const deleteUserSql = (username: string) => {
from quick_start
where user_account_id in (select id from user_account where username = '${username}');
delete
from notification
where user_id in (select id from user_account where username = '${username}');
delete
from user_account
where username = '${username}';
`;
Expand Down

0 comments on commit 23fbef8

Please sign in to comment.