Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelJacob21012 committed Jan 9, 2024
1 parent cd82374 commit 3405095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/end-to-end/mvFeatures/redact.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3405095

Please sign in to comment.