diff --git a/test/end-to-end/mvFeatures/redact.js b/test/end-to-end/mvFeatures/redact.js index 9b5d95cf7..ce81a2215 100644 --- a/test/end-to-end/mvFeatures/redact.js +++ b/test/end-to-end/mvFeatures/redact.js @@ -26,8 +26,8 @@ Scenario('Redact Content Using Redact Text Function', async ({ I }) => { }).tag('@ci') .retry(testConfig.TestRetryScenarios); -Scenario('Redact Content Using Search And Redact All Funcation', async ({ I }) => { - await redactSearchAndRedctAllTest(I, mvData.CASE_ID, mvData.PDF_DOCUMENT); +Scenario('Redact Content Using Search And Redact All Function', async ({ I }) => { + await redactSearchAndRedactAllTest(I, mvData.CASE_ID, mvData.PDF_DOCUMENT); }).tag('@ci') .retry(testConfig.TestRetryScenarios);