Skip to content

Commit

Permalink
Merge pull request #2037 from openzim/fix-ci-e2e
Browse files Browse the repository at this point in the history
Change expectations of files number on fo wikisource main page
  • Loading branch information
audiodude authored Jun 13, 2024
2 parents 9cc613f + 9791230 commit 190fab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/wikisource.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ await testRenders(
for (const dump of outFiles) {
if (dump.nopic) {
// nopic has enough files
expect(dump.status.files.success).toBeGreaterThanOrEqual(15)
expect(dump.status.files.success).toBeGreaterThanOrEqual(14)
// nopic has enough redirects
expect(dump.status.redirects.written).toBeGreaterThanOrEqual(16)
// nopic has enough articles
Expand All @@ -50,7 +50,7 @@ await testRenders(
for (const dump of outFiles) {
if (dump.nopic) {
// nopic has enough files
expect(dump.status.files.success).toBeGreaterThanOrEqual(15)
expect(dump.status.files.success).toBeGreaterThanOrEqual(14)
// nopic has enough redirects
expect(dump.status.redirects.written).toBeGreaterThanOrEqual(16)
// nopic has enough articles
Expand Down

0 comments on commit 190fab2

Please sign in to comment.