mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
Fix test
This commit is contained in:
parent
5054e76d64
commit
7d6fb21a8c
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ namespace BTCPayServer.Tests
|
||||||
s.RegisterNewUser();
|
s.RegisterNewUser();
|
||||||
var store = s.CreateNewStore();
|
var store = s.CreateNewStore();
|
||||||
s.AddDerivationScheme("BTC");
|
s.AddDerivationScheme("BTC");
|
||||||
|
s.GoToStore(store.storeId, StoreNavPages.Checkout);
|
||||||
|
s.Driver.FindElement(By.Id("RequiresRefundEmail")).Click();
|
||||||
|
s.Driver.FindElement(By.Name("command")).ForceClick();
|
||||||
|
|
||||||
var emailAlreadyThereInvoiceId =s.CreateInvoice(store.storeName, 100, "USD", "a@g.com");
|
var emailAlreadyThereInvoiceId =s.CreateInvoice(store.storeName, 100, "USD", "a@g.com");
|
||||||
s.GoToInvoiceCheckout(emailAlreadyThereInvoiceId);
|
s.GoToInvoiceCheckout(emailAlreadyThereInvoiceId);
|
||||||
|
|
Loading…
Add table
Reference in a new issue