commit 6bada23476d18f7218e10a8d4ed3db9dab9d4e1c
parent 07d0ae31b43db5afdd2f3997c284e6594342bb84
Author: Sebastian <sebasjm@gmail.com>
Date: Mon, 9 Jun 2025 12:12:43 -0300
fix url on stories, it was breaking unit test
Diffstat:
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
@@ -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",
+
},
},
],