Skip to content

Commit

Permalink
debug FE test
Browse files Browse the repository at this point in the history
  • Loading branch information
hj940709 committed Oct 8, 2024
1 parent 43dd8b2 commit 11ed49a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/mobvita_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ function randomCredentials() {
const email = `mobvita${id}@testcypress.foobar123`
const username = `mobvita${id}`
const password = 'securepassword'

return { email, username, password }
const interface_language = null
return { email, username, password, interface_language }
}

function createRandomUser() {
Expand Down
4 changes: 2 additions & 2 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ function randomCredentials() {
const email = `mobvita${id}@testcypress.foobar123`
const username = `mobvita${id}`
const password = 'securepassword'

return { email, username, password }
const interface_language = null
return { email, username, password, interface_language }
}

function createRandomUser() {
Expand Down

0 comments on commit 11ed49a

Please sign in to comment.