user header removed (#12544)

This commit is contained in:
tanjiro
2025-07-13 00:51:49 +09:00
committed by GitHub
parent 2faba5f215
commit b4fbdeeaaa
@@ -24,10 +24,6 @@ test.describe("User Info View", () => {
// Click on the user ID
await firstUserIdCell.click();
// Wait for user info view to load
await page.waitForSelector('h1:has-text("User")');
console.log("User info view loaded");
// Check for tabs
await expect(page.locator('button:has-text("Overview")')).toBeVisible();
await expect(page.locator('button:has-text("Details")')).toBeVisible();