Skip to content

Commit

Permalink
test(viewer): try to fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
euberdeveloper authored Sep 2, 2024
1 parent 26a58f7 commit 331557f
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: `20\\d\\d${regexpPathSeparator}gr\\d`,
secondSubmissionName: `20\\d\\d${regexpPathSeparator}gr\\d`
firstSubmissionName: `2020${regexpPathSeparator}gr1`,
secondSubmissionName: `2020${regexpPathSeparator}gr2`
},
{
datasetName: 'python-report.zip',
Expand Down

0 comments on commit 331557f

Please sign in to comment.