mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 09:33:42 -04:00
Fix test
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {expect, test} from '@playwright/test';
|
||||
|
||||
test('shows loading spinner on load', async ({page}) => {
|
||||
await page.goto('http://localhost:3000/profiles'); // Adjust this to your route
|
||||
await page.goto('http://localhost:3000/profile'); // Adjust this to your route
|
||||
|
||||
const spinner = page.locator('[data-testid="spinner"]');
|
||||
await expect(spinner).toBeVisible();
|
||||
|
||||
Reference in New Issue
Block a user