mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-08 01:15:49 +02:00
fix e2e notifications specs setup
This commit is contained in:
parent
0a0e083381
commit
583eb63e75
@ -41,7 +41,7 @@ const createUser = () => {
|
||||
});
|
||||
};
|
||||
|
||||
const updateUserPassword = async (id: number) => {
|
||||
const updateUserPassword = (id: number) =>
|
||||
cy.request(
|
||||
'POST',
|
||||
`${baseUrl}/api/admin/user-admin/${id}/change-password`,
|
||||
@ -49,7 +49,6 @@ const updateUserPassword = async (id: number) => {
|
||||
password,
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
const addUserToProject = async (id: number) => {
|
||||
cy.request(
|
||||
|
Loading…
Reference in New Issue
Block a user