Skip to content

Commit

Permalink
#2548 - fixing cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Jan 16, 2025
1 parent ed3e3b3 commit c934452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/quiz/testCreation/EditQuiz.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const checkDescription = useDebounceFn((value, testContext) => {
if (result.valid) {
return true
}
let fieldNameToUse = 'Quiz Description'
let fieldNameToUse = 'Quiz/Survey Description'
if (result.msg) {
return testContext.createError({ message: `${fieldNameToUse ? `${fieldNameToUse} - ` : ''}${result.msg}` })
}
Expand Down

0 comments on commit c934452

Please sign in to comment.