From 7a2fee662340b1fa83d89d62ac1c4c9afba8c850 Mon Sep 17 00:00:00 2001 From: Mahdi Baghbani Date: Thu, 30 Jan 2025 17:40:02 +0330 Subject: [PATCH] fix: typo in function name --- cypress/ocm-test-suite/cypress/e2e/utils/nextcloud-v28.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/ocm-test-suite/cypress/e2e/utils/nextcloud-v28.js b/cypress/ocm-test-suite/cypress/e2e/utils/nextcloud-v28.js index d0205a7f..6c202490 100644 --- a/cypress/ocm-test-suite/cypress/e2e/utils/nextcloud-v28.js +++ b/cypress/ocm-test-suite/cypress/e2e/utils/nextcloud-v28.js @@ -80,7 +80,7 @@ export function handleShareAcceptanceV28(fileName, timeout = 10000) { // Wait for page load after reload cy.wait(500); // Recursively check for more pop-ups - handleSharePopupsV28(fileName, timeout); + handleShareAcceptanceV28(fileName, timeout); }); } else { // No more pop-ups, wait for the file list to be loaded