@iqual/playwright-vrt 0.1.6 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/tests/vrt.css
CHANGED
|
@@ -8,6 +8,6 @@
|
|
|
8
8
|
#drupal-live-announce {
|
|
9
9
|
display: none !important;
|
|
10
10
|
}
|
|
11
|
-
#cookiebanner, #usercentrics-root, #CybotCookiebotDialog, #klaro, .cc-compliance {
|
|
11
|
+
#cookiebanner, #usercentrics-root, #CybotCookiebotDialog, #klaro, .cc-window, .cc-compliance {
|
|
12
12
|
display: none !important;
|
|
13
13
|
}
|
package/dist/tests/vrt.spec.js
CHANGED
|
@@ -47,7 +47,7 @@ for (const url of urls) {
|
|
|
47
47
|
await page.evaluate(() => new Promise(resolve => requestAnimationFrame(resolve)));
|
|
48
48
|
|
|
49
49
|
// Additional stability wait for lazy-loaded content
|
|
50
|
-
await page.waitForTimeout(
|
|
50
|
+
await page.waitForTimeout(500);
|
|
51
51
|
|
|
52
52
|
// Take full page screenshot and compare
|
|
53
53
|
await expect(page).toHaveScreenshot({
|