Fix Tests

This commit is contained in:
Thomas Rogers
2023-06-20 09:20:43 +02:00
parent 8e13284795
commit 55fd02b67a
2 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ describe('Testing the atlantic opening', () => {
expect(response.dom?.querySelector('[data-event-module="article body"]')).toBeEmptyDOMElement()
});
it ('should append a new div, and add the article content inside', () => {
it ('should append a new div, and add the article content inside', async() => {
const response = await new TheAtlanticHandler().preHandle(
'https://theatlantic.com/article/'
);