Content Page #19

Merged
an.di merged 48 commits from adilallo/feature/Blog into main 2025-09-18 15:44:46 +00:00
Showing only changes of commit 29c4e6e4bd - Show all commits
+2 -2
View File
@@ -384,7 +384,7 @@ test.describe("Visual Regression Tests", () => {
// Wait for blog content to be fully rendered // Wait for blog content to be fully rendered
await page.waitForSelector( await page.waitForSelector(
".grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-3", ".grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-3",
{ timeout: 10000 } { timeout: 10000 },
); );
// Additional wait for any dynamic content to render // Additional wait for any dynamic content to render
@@ -450,7 +450,7 @@ test.describe("Visual Regression Tests", () => {
await page.evaluate(() => { await page.evaluate(() => {
document.documentElement.style.setProperty( document.documentElement.style.setProperty(
"--prefers-reduced-motion", "--prefers-reduced-motion",
"reduce" "reduce",
); );
}); });