From ace9bfaee44b71169fe78f12c62e13e55d3492be Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Fri, 10 Jun 2022 21:20:19 +0200 Subject: [PATCH] feat: add e2e test for monetization battery --- tests/e2e/testBatteries.spec.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/e2e/testBatteries.spec.ts b/tests/e2e/testBatteries.spec.ts index dd4d41f652..f23c83739c 100644 --- a/tests/e2e/testBatteries.spec.ts +++ b/tests/e2e/testBatteries.spec.ts @@ -109,6 +109,15 @@ const Units = { startsWith:"https://yt3.ggpht.com/Tc6PqXPoqlh2zFZH0Qzwo8i50ygq" } } + }, + "monetization":{ + url:"https://getalby.com/", + output:{ + recipient:'hello@getalby.com', + name:"Alby", + description:"Alby brings Bitcoin to the web with in-browser payments and identity.", + icon:"https://getalby.com/website/_assets/alby_icon_head_icon-ICVYH45J.png" + } } }