messages implemented
This commit is contained in:
@@ -3,5 +3,5 @@ import { test, expect } from '@playwright/test';
|
||||
test('home page loads and shows legacy page container', async ({ page }) => {
|
||||
await page.goto('/');
|
||||
await expect(page).toHaveTitle(/Skinbase/i);
|
||||
await expect(page.locator('.legacy-page')).toBeVisible();
|
||||
await expect(page.locator('#homepage-root')).toBeVisible();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user