Skip to content

Commit

Permalink
Live wiki has less articles now, change expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Oct 31, 2024
1 parent 4fd5680 commit 59e3bb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/e2e/wikisource.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ await testRenders(

for (const dump of outFiles) {
if (dump.nopic) {
console.log(dump.status.files.fail)
// nopic has enough files
expect(dump.status.files.success).toBeGreaterThanOrEqual(14)
expect(dump.status.files.success).toBeGreaterThanOrEqual(13)
// nopic has enough redirects
expect(dump.status.redirects.written).toBeGreaterThanOrEqual(16)
// nopic has enough articles
Expand All @@ -50,7 +51,7 @@ await testRenders(
for (const dump of outFiles) {
if (dump.nopic) {
// nopic has enough files
expect(dump.status.files.success).toBeGreaterThanOrEqual(14)
expect(dump.status.files.success).toBeGreaterThanOrEqual(13)
// nopic has enough redirects
expect(dump.status.redirects.written).toBeGreaterThanOrEqual(16)
// nopic has enough articles
Expand Down

0 comments on commit 59e3bb1

Please sign in to comment.