chore: remove GitHub Actions workflows, use Woodpecker CI exclusively

This commit is contained in:
张翔
2026-03-10 13:10:11 +08:00
parent 0a1adfc2a2
commit e8dffa4f05
82 changed files with 19565 additions and 101 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ test.describe('管理后台冒烟测试', () => {
test('导航菜单应该包含所有必要项', async ({ page }) => {
await loginPage.goto();
await loginPage.login('admin@novalon.cn', 'admin123456');
await loginPage.login('contact@novalon.cn', 'admin123456');
try {
await loginPage.expectLoginSuccess();