Skip to content

Commit

Permalink
update outdated test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
mickhansen committed May 30, 2024
1 parent dcba358 commit 3dba478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Popup.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 3dba478

Please sign in to comment.