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:
parent
8d5f5febaa
commit
2af648e84f
1 changed files with 1 additions and 1 deletions
|
@ -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'});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue