chore: remove GitHub Actions workflows, use Woodpecker CI exclusively
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user