🐞 fix: Update styles for proper background
Sync TODOs with Issues / sync_todos (push) Successful in 6s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ test.describe('home', () => {
|
||||
await page.screenshot({ path: 'test-results/home.png', fullPage: true });
|
||||
|
||||
// Hero region must be present.
|
||||
await expect(page.locator('.home-hero')).toBeVisible();
|
||||
await expect(page.locator('.homepage-hero')).toBeVisible();
|
||||
|
||||
// Either the grid OR the empty state must be present.
|
||||
const grid = page.locator('.home-recent__grid');
|
||||
|
||||
Reference in New Issue
Block a user