From f1029fceffe4fb7a2df5149606daafe987c625e2 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Thu, 12 May 2022 10:59:50 +0200 Subject: [PATCH] Fix webhooks test Re-adds two classes used by the tests, that got removed in #3716. --- BTCPayServer.Tests/SeleniumTests.cs | 2 +- BTCPayServer/Views/UIInvoice/Invoice.cshtml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BTCPayServer.Tests/SeleniumTests.cs b/BTCPayServer.Tests/SeleniumTests.cs index af60c17b3..4d3db7bb7 100644 --- a/BTCPayServer.Tests/SeleniumTests.cs +++ b/BTCPayServer.Tests/SeleniumTests.cs @@ -968,7 +968,7 @@ namespace BTCPayServer.Tests server.Done(); TestLogs.LogInformation("Let's see if we can delete store with some webhooks inside"); - s.GoToStore(StoreNavPages.General); + s.GoToStore(); s.Driver.FindElement(By.Id("DeleteStore")).Click(); s.Driver.WaitForElement(By.Id("ConfirmInput")).SendKeys("DELETE"); s.Driver.FindElement(By.Id("ConfirmContinue")).Click(); diff --git a/BTCPayServer/Views/UIInvoice/Invoice.cshtml b/BTCPayServer/Views/UIInvoice/Invoice.cshtml index cb58e62f5..099a47cbd 100644 --- a/BTCPayServer/Views/UIInvoice/Invoice.cshtml +++ b/BTCPayServer/Views/UIInvoice/Invoice.cshtml @@ -344,6 +344,7 @@ @delivery.Id @@ -365,7 +366,7 @@