Skip to content

Commit

Permalink
test(report-viewer): fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
euberdeveloper authored Aug 30, 2024
1 parent 37bfdc6 commit 68065f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions report-viewer/tests/e2e/OpenComparisonTest.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const testSets: DataSet[] = [
},
{
datasetName: 'submissionsWithSameName-report.zip',
firstSubmissionName: `2020${regexpPathSeparator}gr1`,
secondSubmissionName: `2020${regexpPathSeparator}gr2`
firstSubmissionName: `20\d\d${regexpPathSeparator}gr\d`,

Check failure on line 51 in report-viewer/tests/e2e/OpenComparisonTest.spec.ts

View workflow job for this annotation

GitHub Actions / check

Unnecessary escape character: \d

Check failure on line 51 in report-viewer/tests/e2e/OpenComparisonTest.spec.ts

View workflow job for this annotation

GitHub Actions / check

Unnecessary escape character: \d

Check failure on line 51 in report-viewer/tests/e2e/OpenComparisonTest.spec.ts

View workflow job for this annotation

GitHub Actions / check

Unnecessary escape character: \d
secondSubmissionName: `20\d\d${regexpPathSeparator}gr\d`

Check failure on line 52 in report-viewer/tests/e2e/OpenComparisonTest.spec.ts

View workflow job for this annotation

GitHub Actions / check

Unnecessary escape character: \d

Check failure on line 52 in report-viewer/tests/e2e/OpenComparisonTest.spec.ts

View workflow job for this annotation

GitHub Actions / check

Unnecessary escape character: \d

Check failure on line 52 in report-viewer/tests/e2e/OpenComparisonTest.spec.ts

View workflow job for this annotation

GitHub Actions / check

Unnecessary escape character: \d
},
{
datasetName: 'python-report.zip',
Expand Down

0 comments on commit 68065f6

Please sign in to comment.