mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Fixed tests
no issue - Fixed signup test with correct plan value
This commit is contained in:
parent
398d851e7b
commit
4eec6f31ec
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ describe('SignupPage', () => {
|
|||
const {nameInput, emailInput, submitButton, mockOnActionFn} = setup();
|
||||
const nameVal = 'J Smith';
|
||||
const emailVal = 'jsmith@example.com';
|
||||
const planVal = 'FREE';
|
||||
const planVal = 'Free';
|
||||
|
||||
fireEvent.change(nameInput, {target: {value: nameVal}});
|
||||
fireEvent.change(emailInput, {target: {value: emailVal}});
|
||||
|
|
Loading…
Add table
Reference in a new issue