Fix webhooks test

Re-adds two classes used by the tests, that got removed in #3716.
This commit is contained in:
Dennis Reimann 2022-05-12 10:59:50 +02:00 committed by Andrew Camilleri
parent b67d3a504b
commit f1029fceff
2 changed files with 3 additions and 2 deletions

View file

@ -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();

View file

@ -344,6 +344,7 @@
<a asp-action="WebhookDelivery"
asp-route-invoiceId="@Model.Id"
asp-route-deliveryId="@delivery.Id"
class="delivery-content"
target="_blank">
@delivery.Id
</a>
@ -365,7 +366,7 @@
<td class="text-end">
<button id="#redeliver-@delivery.Id"
type="submit"
class="btn btn-link p-0">
class="btn btn-link p-0 redeliver">
Redeliver
</button>
</td>