Skip to content

Commit 3be7864

Browse files
authored
Update NoInteractivityTest.cs
1 parent 5d940b1 commit 3be7864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public void NotFoundSetOnFormSubmit_ResponseNotStarted_SSR(bool hasReExecutionMi
231231
Navigate(testUrl);
232232
Browser.FindElement(By.Id("not-found-form")).FindElement(By.TagName("button")).Click();
233233

234-
AssertNotFoundRendered_ResponseStarted_Or_POST(hasReExecutionMiddleware, hasCustomNotFoundPageSet, testUrl);
234+
AssertNotFoundRendered_ResponseStarted(hasReExecutionMiddleware, hasCustomNotFoundPageSet, testUrl);
235235
AssertUrlNotChanged(testUrl);
236236
}
237237

0 commit comments

Comments
 (0)