We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b216f commit 9c37507Copy full SHA for 9c37507
src/archivist/extract/exposedFilters.test.js
@@ -107,7 +107,7 @@ describe('exposedFilters', () => {
107
it('ignores elements with invalid URLs', () => {
108
removeQueryParams(webPageDOM, ['utm_source']);
109
110
- expect(link.href).to.equal('ht^tp://example.com?utm_source=test');
+ expect(link.href).to.equal('ht^THIS_IS_WRONG^tp://example.com?utm_source=test');
111
});
112
113
0 commit comments