mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
Make test more reliable
This commit is contained in:
parent
90da81f68e
commit
d48334b97f
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ namespace BTCPayServer.Tests
|
|||
|
||||
elements = s.Driver.FindElement(By.ClassName("vex-content")).FindElements(By.ClassName("vexmenuitem"));
|
||||
elements.Single(element => element.Text.Contains("Lightning")).Click();
|
||||
Thread.Sleep(1000);
|
||||
currencyDropdownButton = s.Driver.FindElement(By.ClassName("payment__currencies"));
|
||||
|
||||
Assert.Contains("Lightning", currencyDropdownButton.Text);
|
||||
|
|
Loading…
Add table
Reference in a new issue