CSS and @font-face fixes
@@ -39,7 +39,6 @@ describe('cookie-consent.js', () => {
|
||||
dom = createBannerDOM();
|
||||
|
||||
const code = readFileSync(SCRIPT_PATH, 'utf8');
|
||||
// eslint-disable-next-line no-eval
|
||||
eval(code);
|
||||
document.dispatchEvent(new Event('DOMContentLoaded'));
|
||||
});
|
||||
@@ -62,7 +61,6 @@ describe('cookie-consent.js', () => {
|
||||
const appendChildSpy = vi.spyOn(document.head, 'appendChild');
|
||||
|
||||
const code = readFileSync(SCRIPT_PATH, 'utf8');
|
||||
// eslint-disable-next-line no-eval
|
||||
eval(code);
|
||||
document.dispatchEvent(new Event('DOMContentLoaded'));
|
||||
|
||||
@@ -82,7 +80,6 @@ describe('cookie-consent.js', () => {
|
||||
const appendChildSpy = vi.spyOn(document.head, 'appendChild');
|
||||
|
||||
const code = readFileSync(SCRIPT_PATH, 'utf8');
|
||||
// eslint-disable-next-line no-eval
|
||||
eval(code);
|
||||
document.dispatchEvent(new Event('DOMContentLoaded'));
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 554 KiB After Width: | Height: | Size: 419 KiB |
|
Before Width: | Height: | Size: 571 KiB After Width: | Height: | Size: 609 KiB |
|
Before Width: | Height: | Size: 784 KiB After Width: | Height: | Size: 565 KiB |
|
Before Width: | Height: | Size: 801 KiB After Width: | Height: | Size: 844 KiB |
|
Before Width: | Height: | Size: 397 KiB After Width: | Height: | Size: 296 KiB |
|
Before Width: | Height: | Size: 398 KiB After Width: | Height: | Size: 429 KiB |
|
Before Width: | Height: | Size: 805 KiB After Width: | Height: | Size: 582 KiB |
|
Before Width: | Height: | Size: 817 KiB After Width: | Height: | Size: 871 KiB |
|
Before Width: | Height: | Size: 927 KiB After Width: | Height: | Size: 680 KiB |
|
Before Width: | Height: | Size: 941 KiB After Width: | Height: | Size: 1009 KiB |
|
Before Width: | Height: | Size: 703 KiB After Width: | Height: | Size: 543 KiB |
|
Before Width: | Height: | Size: 695 KiB After Width: | Height: | Size: 746 KiB |
|
Before Width: | Height: | Size: 886 KiB After Width: | Height: | Size: 632 KiB |
|
Before Width: | Height: | Size: 891 KiB After Width: | Height: | Size: 960 KiB |
|
Before Width: | Height: | Size: 494 KiB After Width: | Height: | Size: 357 KiB |
|
Before Width: | Height: | Size: 506 KiB After Width: | Height: | Size: 532 KiB |