refactor: renomear PawLink → PetLink em todos os ficheiros
This commit is contained in:
@@ -248,7 +248,7 @@ import { test, expect } from '@playwright/test';
|
||||
test('fluxo completo de adopção', async ({ page }) => {
|
||||
// Login
|
||||
await page.goto('/login');
|
||||
await page.fill('[name="email"]', 'teste@pawlink.pt');
|
||||
await page.fill('[name="email"]', 'teste@petlink.pt');
|
||||
await page.fill('[name="password"]', 'Password123!');
|
||||
await page.click('[type="submit"]');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user