Revert changs to Flush point tests made as part of 4ad3e9
This should resolve timing issues that are currently being seen.
This commit is contained in:
parent
91549e15a5
commit
7b20909a60
|
|
@ -6,3 +6,6 @@
|
||||||
}
|
}
|
||||||
@RenderBody()
|
@RenderBody()
|
||||||
@await RenderSectionAsync("content")
|
@await RenderSectionAsync("content")
|
||||||
|
@{
|
||||||
|
WaitService.NotifyClient();
|
||||||
|
}
|
||||||
|
|
@ -8,3 +8,6 @@
|
||||||
@await Html.PartialAsync("_PartialThatSetsTitle")
|
@await Html.PartialAsync("_PartialThatSetsTitle")
|
||||||
@await RenderSectionAsync("content")
|
@await RenderSectionAsync("content")
|
||||||
More content from layout
|
More content from layout
|
||||||
|
@{
|
||||||
|
WaitService.NotifyClient();
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue