mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
update comments on tests
This commit is contained in:
parent
c0f34270ee
commit
44dd44dd58
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ describe('Testing the atlantic opening', () => {
|
|||
'https://theatlantic.com/article'
|
||||
);
|
||||
|
||||
// We grab the title from the doucment.
|
||||
// We name the div to ensure we can validate that it has been inserted.
|
||||
expect(response.dom?.getElementById('prehandled')).not.to.be.null
|
||||
})
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ describe('Testing the atlantic opening', () => {
|
|||
'https://theatlantic.com/article'
|
||||
);
|
||||
|
||||
// We grab the title from the doucment.
|
||||
// This exists in the HTML, but we remove it when preparsing.
|
||||
expect(response.dom?.getElementsByClassName('ArticleRelatedContentModule_root__BBa6g').length).to.eql(0)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue