add failed test

This commit is contained in:
Hongbo Wu 2022-04-05 16:19:12 +08:00
parent 53c4fc835d
commit 02c4afd196

View file

@ -106,7 +106,7 @@ describe('elastic api', () => {
url: page.url,
})
expect(pageFound).not.undefined
expect(pageFound).to.undefined
})
})