diff --git a/test/Popup.test.ts b/test/Popup.test.ts index cd34fd2..4a658f1 100644 --- a/test/Popup.test.ts +++ b/test/Popup.test.ts @@ -119,7 +119,7 @@ describe('CriiptoAuthPopup', () => { expect(actual).toBe(createdWindow); expect(popup.window).toBe(actual); expect(window.open).toHaveBeenCalledTimes(1); - expect(window.open).toHaveBeenCalledWith(authorizeUrl, CRIIPTO_POPUP_ID, `width=330,height=600,top=200,left=335`); + expect(window.open).toHaveBeenCalledWith(authorizeUrl, CRIIPTO_POPUP_ID, `width=400,height=660,top=170,left=300`); }); it('allows disabling backdrop', async () => {