Skip to content

Commit 75a5cc7

Browse files
Potential fix for code scanning alert no. 280: Unused variable, import, function or class
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 955268b commit 75a5cc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

advanced-api/dynamic-remotes/e2e/checkDynamicRemotesApps.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ test.describe('Dynamic Remotes E2E Tests', () => {
256256
await page.waitForTimeout(2000);
257257

258258
// Check for React error boundaries working
259-
const errorBoundaryMessages = await page.locator('text="⚠️ Component Failed to Load"').count();
260259

261260
// Should handle any errors gracefully (either no errors or proper error boundaries)
262261
const criticalErrors = consoleErrors.filter(error =>

0 commit comments

Comments
 (0)