gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-typescript-core] 02/02: fix url on stories, it was breaking unit


From: Admin
Subject: [taler-typescript-core] 02/02: fix url on stories, it was breaking unit test
Date: Mon, 09 Jun 2025 17:12:54 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository taler-typescript-core.

commit 6bada23476d18f7218e10a8d4ed3db9dab9d4e1c
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Jun 9 12:12:43 2025 -0300

    fix url on stories, it was breaking unit test
---
 .../src/wallet/History.stories.tsx                 | 84 ++++++++++++++--------
 1 file changed, 55 insertions(+), 29 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/wallet/History.stories.tsx 
b/packages/taler-wallet-webextension/src/wallet/History.stories.tsx
index 059471b9e..511160ff1 100644
--- a/packages/taler-wallet-webextension/src/wallet/History.stories.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/History.stories.tsx
@@ -171,7 +171,7 @@ export const SomeBalanceWithNoTransactions = 
tests.createExample(
     scope: {
       currency: "Ásd",
       type: ScopeType.Auditor,
-      url: "",
+      url: "http://auditor.taler.ar";,
     },
     balances: [
       {
@@ -184,7 +184,7 @@ export const SomeBalanceWithNoTransactions = 
tests.createExample(
         scopeInfo: {
           currency: "Ásd",
           type: ScopeType.Auditor,
-          url: "",
+          url: "http://auditor.taler.ar";,
         },
       },
     ],
@@ -198,7 +198,7 @@ export const OneSimpleTransaction = 
tests.createExample(TestedComponent, {
   scope: {
     currency: "Ásd",
     type: ScopeType.Auditor,
-    url: "",
+    url: "http://auditor.taler.ar";,
   },
   balances: [
     {
@@ -211,7 +211,8 @@ export const OneSimpleTransaction = 
tests.createExample(TestedComponent, {
       scopeInfo: {
         currency: "Ásd",
         type: ScopeType.Auditor,
-        url: "",
+         url: "http://auditor.taler.ar";,
+
       },
     },
   ],
@@ -226,7 +227,8 @@ export const TwoTransactionsAndZeroBalance = 
tests.createExample(
     scope: {
       currency: "Ásd",
       type: ScopeType.Auditor,
-      url: "",
+       url: "http://auditor.taler.ar";,
+
     },
     balances: [
       {
@@ -239,7 +241,8 @@ export const TwoTransactionsAndZeroBalance = 
tests.createExample(
         scopeInfo: {
           currency: "Ásd",
           type: ScopeType.Auditor,
-          url: "",
+           url: "http://auditor.taler.ar";,
+
         },
       },
     ],
@@ -260,7 +263,8 @@ export const OneTransactionPending = 
tests.createExample(TestedComponent, {
   scope: {
     currency: "Ásd",
     type: ScopeType.Auditor,
-    url: "",
+     url: "http://auditor.taler.ar";,
+
   },
   balances: [
     {
@@ -273,7 +277,8 @@ export const OneTransactionPending = 
tests.createExample(TestedComponent, {
       scopeInfo: {
         currency: "Ásd",
         type: ScopeType.Auditor,
-        url: "",
+         url: "http://auditor.taler.ar";,
+
       },
     },
   ],
@@ -301,7 +306,8 @@ export const SomeTransactions = 
tests.createExample(TestedComponent, {
   scope: {
     currency: "Ásd",
     type: ScopeType.Auditor,
-    url: "",
+     url: "http://auditor.taler.ar";,
+
   },
   balances: [
     {
@@ -314,7 +320,8 @@ export const SomeTransactions = 
tests.createExample(TestedComponent, {
       scopeInfo: {
         currency: "Ásd",
         type: ScopeType.Auditor,
-        url: "",
+         url: "http://auditor.taler.ar";,
+
       },
     },
   ],
@@ -401,7 +408,8 @@ export const SomeTransactionsInDifferentStates = 
tests.createExample(
     scope: {
       currency: "Ásd",
       type: ScopeType.Auditor,
-      url: "",
+       url: "http://auditor.taler.ar";,
+
     },
     balances: [
       {
@@ -414,7 +422,8 @@ export const SomeTransactionsInDifferentStates = 
tests.createExample(
         scopeInfo: {
           currency: "Ásd",
           type: ScopeType.Auditor,
-          url: "",
+           url: "http://auditor.taler.ar";,
+
         },
       },
     ],
@@ -438,7 +447,8 @@ export const SomeTransactionsWithTwoCurrencies = 
tests.createExample(
     scope: {
       currency: "Ásd",
       type: ScopeType.Auditor,
-      url: "",
+       url: "http://auditor.taler.ar";,
+
     },
     balances: [
       {
@@ -451,7 +461,8 @@ export const SomeTransactionsWithTwoCurrencies = 
tests.createExample(
         scopeInfo: {
           currency: "Ásd",
           type: ScopeType.Auditor,
-          url: "",
+           url: "http://auditor.taler.ar";,
+
         },
       },
       {
@@ -464,7 +475,8 @@ export const SomeTransactionsWithTwoCurrencies = 
tests.createExample(
         scopeInfo: {
           currency: "Ásd",
           type: ScopeType.Auditor,
-          url: "",
+           url: "http://auditor.taler.ar";,
+
         },
       },
     ],
@@ -478,7 +490,8 @@ export const FiveOfficialCurrencies = 
tests.createExample(TestedComponent, {
   scope: {
     currency: "Ásd",
     type: ScopeType.Auditor,
-    url: "",
+     url: "http://auditor.taler.ar";,
+
   },
   balances: [
     {
@@ -491,7 +504,8 @@ export const FiveOfficialCurrencies = 
tests.createExample(TestedComponent, {
       scopeInfo: {
         currency: "Ásd",
         type: ScopeType.Auditor,
-        url: "",
+         url: "http://auditor.taler.ar";,
+
       },
     },
     {
@@ -504,7 +518,8 @@ export const FiveOfficialCurrencies = 
tests.createExample(TestedComponent, {
       scopeInfo: {
         currency: "Ásd",
         type: ScopeType.Auditor,
-        url: "",
+         url: "http://auditor.taler.ar";,
+
       },
     },
     {
@@ -517,7 +532,8 @@ export const FiveOfficialCurrencies = 
tests.createExample(TestedComponent, {
       scopeInfo: {
         currency: "Ásd",
         type: ScopeType.Auditor,
-        url: "",
+         url: "http://auditor.taler.ar";,
+
       },
     },
     {
@@ -530,7 +546,8 @@ export const FiveOfficialCurrencies = 
tests.createExample(TestedComponent, {
       scopeInfo: {
         currency: "Ásd",
         type: ScopeType.Auditor,
-        url: "",
+         url: "http://auditor.taler.ar";,
+
       },
     },
     {
@@ -543,7 +560,8 @@ export const FiveOfficialCurrencies = 
tests.createExample(TestedComponent, {
       scopeInfo: {
         currency: "Ásd",
         type: ScopeType.Auditor,
-        url: "",
+         url: "http://auditor.taler.ar";,
+
       },
     },
   ],
@@ -558,7 +576,8 @@ export const FiveOfficialCurrenciesWithHighValue = 
tests.createExample(
     scope: {
       currency: "Ásd",
       type: ScopeType.Auditor,
-      url: "",
+       url: "http://auditor.taler.ar";,
+
     },
     balances: [
       {
@@ -571,7 +590,8 @@ export const FiveOfficialCurrenciesWithHighValue = 
tests.createExample(
         scopeInfo: {
           currency: "Ásd",
           type: ScopeType.Auditor,
-          url: "",
+           url: "http://auditor.taler.ar";,
+
         },
       },
       {
@@ -584,7 +604,8 @@ export const FiveOfficialCurrenciesWithHighValue = 
tests.createExample(
         scopeInfo: {
           currency: "Ásd",
           type: ScopeType.Auditor,
-          url: "",
+           url: "http://auditor.taler.ar";,
+
         },
       },
       {
@@ -596,7 +617,8 @@ export const FiveOfficialCurrenciesWithHighValue = 
tests.createExample(
         scopeInfo: {
           currency: "Ásd",
           type: ScopeType.Auditor,
-          url: "",
+           url: "http://auditor.taler.ar";,
+
         },
         requiresUserInput: false,
       },
@@ -610,7 +632,8 @@ export const FiveOfficialCurrenciesWithHighValue = 
tests.createExample(
         scopeInfo: {
           currency: "Ásd",
           type: ScopeType.Auditor,
-          url: "",
+           url: "http://auditor.taler.ar";,
+
         },
       },
       {
@@ -623,7 +646,8 @@ export const FiveOfficialCurrenciesWithHighValue = 
tests.createExample(
         scopeInfo: {
           currency: "Ásd",
           type: ScopeType.Auditor,
-          url: "",
+           url: "http://auditor.taler.ar";,
+
         },
       },
     ],
@@ -642,7 +666,8 @@ export const PeerToPeer = 
tests.createExample(TestedComponent, {
   scope: {
     currency: "Ásd",
     type: ScopeType.Auditor,
-    url: "",
+     url: "http://auditor.taler.ar";,
+
   },
   balances: [
     {
@@ -655,7 +680,8 @@ export const PeerToPeer = 
tests.createExample(TestedComponent, {
       scopeInfo: {
         currency: "Ásd",
         type: ScopeType.Auditor,
-        url: "",
+         url: "http://auditor.taler.ar";,
+
       },
     },
   ],

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]