fix: improve footer visibility with data-testid and waitForFooter method

This commit is contained in:
张翔
2026-03-05 22:53:12 +08:00
parent f91f57cbbb
commit c678df44ae
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ test.describe('首页冒烟测试 @smoke', () => {
});
test('应该显示页脚', async ({ homePage }) => {
await homePage.scrollToBottom();
await homePage.waitForFooter();
await expect(homePage.footer).toBeVisible();
const footerText = await homePage.getFooterText();
expect(footerText.length).toBeGreaterThan(0);