test('Check password', async () => {
    expect.assertions(1);
    const weakPassword = '123456';

    try {