test: clicks

This commit is contained in:
Vlad Stan
2026-07-16 10:40:28 +03:00
parent 912c0cb1fa
commit 005f384c82
11 changed files with 286 additions and 106 deletions
+4
View File
@@ -122,6 +122,7 @@ test('002 lnurlp and withdraw scenarios', async ({browser}) => {
user.adminkey
)
expect(lnurlResponse.tag).toBe('withdrawRequest')
await user.page.waitForTimeout(2100)
for (let withdrawIndex = 0; withdrawIndex < 2; withdrawIndex++) {
const withdrawal = await withdrawLnurlViaUi(
@@ -139,6 +140,9 @@ test('002 lnurlp and withdraw scenarios', async ({browser}) => {
receiveWallet.inkey,
withdrawal.payment_hash
)
if (withdrawIndex === 0) {
await user.page.waitForTimeout(1100)
}
}
}