Skip to content

Commit c04632d

Browse files
Copilotilonatommy
andauthored
Remove IsElementStale method and use existing WebDriverExtensions.IsStale (#64550)
* Initial plan * Remove IsElementStale and use WebDriverExtensions.IsStale Co-authored-by: ilonatommy <[email protected]> * Remove unused private IsElementStale method from EnhancedNavigationTest.cs Co-authored-by: ilonatommy <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: ilonatommy <[email protected]>
1 parent 485495f commit c04632d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/test/E2ETest/ServerRenderingTests/InteractivityTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using Components.TestServer.RazorComponents;
5+
using Microsoft.AspNetCore.Components.E2ETest;
56
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
67
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
78
using Microsoft.AspNetCore.Components.E2ETests.ServerExecutionTests;

0 commit comments

Comments
 (0)