We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1166c8f commit c5a6e77Copy full SHA for c5a6e77
src/archivist/fetcher/fullDomFetcher.test.js
@@ -56,7 +56,7 @@ describe('Full DOM Fetcher', function () {
56
});
57
58
59
- describe('Headless browser specific features', () => {
+ describe('#fetch', () => {
60
const config = { navigationTimeout: 1000, waitForElementsTimeout: 1000, language: 'en' };
61
62
it('waits for dynamically injected elements to appear in the DOM', async () => {
0 commit comments