fix: youtube embed issue
This commit is contained in:
@@ -38,6 +38,8 @@ Cypress.Commands.add("login", (email, password) => {
|
||||
method: "POST",
|
||||
body: { usr: email, pwd: password },
|
||||
timeout: 60000,
|
||||
retryOnStatusCodeFailure: true,
|
||||
retryOnNetworkFailure: true,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user