File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Components/test/E2ETest/ServerRenderingTests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ public void NotFoundSetOnFormSubmit_ResponseNotStarted_CustomRouter_SSR()
354354 {
355355 string testUrl = $ "{ ServerPathBase } /reexecution/post-not-found-ssr?useCustomRouter=true";
356356 Navigate ( testUrl ) ;
357+ Browser . FindElement ( By . Id ( "not-found-form" ) ) . FindElement ( By . TagName ( "button" ) ) . Click ( ) ;
357358
358359 AssertReExecutionPageRendered ( ) ;
359360 AssertUrlNotChanged ( testUrl ) ;
@@ -388,6 +389,7 @@ public void NotFoundSetOnFormSubmit_ResponseStarted_CustomRouter_SSR()
388389 {
389390 string testUrl = $ "{ ServerPathBase } /reexecution/post-not-found-ssr-streaming?useCustomRouter=true";
390391 Navigate ( testUrl ) ;
392+ Browser . FindElement ( By . Id ( "not-found-form" ) ) . FindElement ( By . TagName ( "button" ) ) . Click ( ) ;
391393
392394 AssertReExecutionPageRendered ( ) ;
393395 AssertUrlNotChanged ( testUrl ) ;
You can’t perform that action at this time.
0 commit comments