fix: youtube embed issue

This commit is contained in:
Jannat Patel
2025-03-07 12:18:52 +05:30
parent 0053ce5602
commit 345a444d73
6 changed files with 139 additions and 979 deletions

View File

@@ -38,6 +38,8 @@ Cypress.Commands.add("login", (email, password) => {
method: "POST",
body: { usr: email, pwd: password },
timeout: 60000,
retryOnStatusCodeFailure: true,
retryOnNetworkFailure: true,
});
});