Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Nov 10, 2024
1 parent 9406866 commit b664228
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/tests/components/Content/FormLogin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/components/Content/FormRegister.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit b664228

Please sign in to comment.