mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-01 12:24:24 +01:00
Fix webhooks test
Re-adds two classes used by the tests, that got removed in #3716.
This commit is contained in:
committed by
Andrew Camilleri
parent
b67d3a504b
commit
f1029fceff
@@ -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();
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user