Skip to content

Commit c5a6e77

Browse files
committed
Improve test description
1 parent 1166c8f commit c5a6e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/archivist/fetcher/fullDomFetcher.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('Full DOM Fetcher', function () {
5656
});
5757
});
5858

59-
describe('Headless browser specific features', () => {
59+
describe('#fetch', () => {
6060
const config = { navigationTimeout: 1000, waitForElementsTimeout: 1000, language: 'en' };
6161

6262
it('waits for dynamically injected elements to appear in the DOM', async () => {

0 commit comments

Comments
 (0)