mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-17 21:53:03 +05:30
Исправлены тесты для формы восстановления пароля
This commit is contained in:
parent
f42dd46c89
commit
adfc95d93d
@ -98,8 +98,8 @@ describe('RecoverPasswordState', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
describe('#reject', () => {
|
describe('#reject', () => {
|
||||||
it('should navigate to /send-message', () => {
|
it('should run contactUs popup', () => {
|
||||||
expectNavigate(mock, '/send-message');
|
expectRun(mock, 'contactUs');
|
||||||
|
|
||||||
state.reject(context);
|
state.reject(context);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user