0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Fixed plan page tests

no refs
This commit is contained in:
Rishabh 2021-06-22 12:40:16 +05:30
parent 8d5f5febaa
commit 2af648e84f

View file

@ -37,6 +37,6 @@ describe('Account Plan Page', () => {
expect(continueBtn).toBeEnabled();
fireEvent.click(continueBtn);
expect(mockOnActionFn).toHaveBeenCalledWith('checkoutPlan', {plan: '6086d2c776909b1a2382369a'});
expect(mockOnActionFn).toHaveBeenCalledWith('checkoutPlan', {plan: '6085adc776909b1a2382369a'});
});
});