mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 17:32:15 +03:00
Fixed tests
no issue - Fixed signup test with correct plan value
This commit is contained in:
parent
398d851e7b
commit
4eec6f31ec
@ -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…
Reference in New Issue
Block a user