Skip to content

Commit

Permalink
fix: typo in function name
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBaghbani committed Jan 30, 2025
1 parent 445d14c commit 7a2fee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/ocm-test-suite/cypress/e2e/utils/nextcloud-v28.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a2fee6

Please sign in to comment.