From e5504f8c7bd62899281e30e6a157e7ae1e2323e6 Mon Sep 17 00:00:00 2001 From: David Moreira Date: Thu, 5 Oct 2023 16:30:49 +0100 Subject: [PATCH] Autocomplete_5038_Tests | Fix documentation --- .../Tests/Extensions/Autocomplete/Autocomplete_5038_Tests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Blazorise.E2E.Tests/Tests/Extensions/Autocomplete/Autocomplete_5038_Tests.cs b/Tests/Blazorise.E2E.Tests/Tests/Extensions/Autocomplete/Autocomplete_5038_Tests.cs index 99f8871075..cd0219dce1 100644 --- a/Tests/Blazorise.E2E.Tests/Tests/Extensions/Autocomplete/Autocomplete_5038_Tests.cs +++ b/Tests/Blazorise.E2E.Tests/Tests/Extensions/Autocomplete/Autocomplete_5038_Tests.cs @@ -12,7 +12,7 @@ public async Task Init() } /// - /// When a value is already set, setting a different value programmatically and then revisiting should have updated the Current Search Value and options shown. + /// Makes sure that when FreeTyping is set and a value is not found, the FreeTypingNotFoundtemplate is shown. /// /// [Test]