Update ci.yaml to use pnpm instead of pnpx for Vercel commands
All checks were successful
CI / build-and-deploy (push) Successful in 4m33s
All checks were successful
CI / build-and-deploy (push) Successful in 4m33s
This commit is contained in:
@ -2,5 +2,6 @@ import { test, expect } from '@playwright/test';
|
||||
|
||||
test('test', async ({ page }) => {
|
||||
await page.goto('/');
|
||||
console.log(page.url());
|
||||
await expect(page.getByRole('link', { name: '中文-页面.page.vue' })).toBeVisible();
|
||||
});
|
Reference in New Issue
Block a user