From 29e6fdffa21c758cfb5b565ad0f8a20c5a5c14ac Mon Sep 17 00:00:00 2001 From: Jonathan McCaffrey Date: Sun, 1 May 2022 18:47:46 -0400 Subject: [PATCH] test(WebsiteSearch) Adding tests for entity searching --- IGP/Dialog/SearchDialogComponent.razor | 4 +- IGP/Pages/Database/DatabaseSinglePage.razor | 4 +- .../Database/Entity/EntityViewComponent.razor | 2 +- .../Entity/Parts/EntityHeaderComponent.razor | 4 +- .../Entity/Parts/EntityStatsComponent.razor | 4 +- .../Parts/EntityFilterComponent.razor | 4 +- TestAutomation/Pages/DatabasePage.cs | 44 ++++++++++++++ TestAutomation/Pages/DatabaseSinglePage.cs | 30 ++++++++++ TestAutomation/Shared/WebsiteSearchDialog.cs | 6 +- TestAutomation/TestSearchFeatures.cs | 59 +++++++++++++++++-- TestAutomation/Utils/Website.cs | 53 ++++++++++++++++- TestAutomation/{Tests.cs => _Tests.cs} | 0 12 files changed, 193 insertions(+), 21 deletions(-) create mode 100644 TestAutomation/Pages/DatabasePage.cs rename TestAutomation/{Tests.cs => _Tests.cs} (100%) diff --git a/IGP/Dialog/SearchDialogComponent.razor b/IGP/Dialog/SearchDialogComponent.razor index 2f1b614..fdf1fc8 100644 --- a/IGP/Dialog/SearchDialogComponent.razor +++ b/IGP/Dialog/SearchDialogComponent.razor @@ -14,7 +14,7 @@ @onclick:stopPropagation="true"> - +