fix: update page load handling in Remote Servers navigation test for improved reliability

This commit is contained in:
GitHub Actions
2026-02-14 05:23:07 +00:00
parent 3a252096cd
commit 815f8cb20a

View File

@@ -262,7 +262,8 @@ test.describe('Modal Dropdown Z-Index Triage', () => {
await test.step('Navigate to Remote Servers page', async () => {
await page.goto(`${baseURL}/remote-servers`)
await page.waitForLoadState('networkidle')
await page.waitForLoadState('domcontentloaded')
await page.waitForURL(/remote-servers|login/i)
})
await test.step('Click "Add Server" button', async () => {