Fix tests

This commit is contained in:
Adria Navarro 2024-07-22 12:14:02 +02:00
parent 3bb3376a82
commit 7574b27b4b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export const clearAllApps = async (
}
export const clearAllAutomations = async (config: TestConfiguration) => {
const automations = await config.getAllAutomations()
const { automations } = await config.getAllAutomations()
for (let auto of automations) {
await context.doInAppContext(config.getAppId(), async () => {
await config.deleteAutomation(auto)