diff --git a/src/tests/components/Content/FormLogin.test.ts b/src/tests/components/Content/FormLogin.test.ts index 104d8fc..9a0cbb4 100644 --- a/src/tests/components/Content/FormLogin.test.ts +++ b/src/tests/components/Content/FormLogin.test.ts @@ -26,8 +26,8 @@ const form: LoginForm = { // UiKit notification data const uikitNotification = { message: 'Welcome back John Doe!', - status: 'success', - pos: 'bottom-right', + status: 'primary', + pos: 'top-right', timeout: 4000 } diff --git a/src/tests/components/Content/FormRegister.test.ts b/src/tests/components/Content/FormRegister.test.ts index d5be9c9..bb2d2a4 100644 --- a/src/tests/components/Content/FormRegister.test.ts +++ b/src/tests/components/Content/FormRegister.test.ts @@ -77,7 +77,7 @@ const testForm: Register.RegisterForm = { const uikitNotification = { message: 'Succesfully registered John Doe!', status: 'success', - pos: 'bottom-right', + pos: 'top-right', timeout: 4000 }