summaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home/ChallengeOverviewScreen.stories.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-06-03 15:54:52 -0300
committerSebastian <sebasjm@gmail.com>2022-06-03 15:54:52 -0300
commit075903d4dd794eacf6b5517e689d28c0c4a4e8e4 (patch)
treef5d1daa01fb9d68f260c489ecc4e7c5b427dd526 /packages/anastasis-webui/src/pages/home/ChallengeOverviewScreen.stories.tsx
parent8e9bca396ec0d78c67d682f4ae01b67ccf761380 (diff)
downloadwallet-core-075903d4dd794eacf6b5517e689d28c0c4a4e8e4.tar.gz
wallet-core-075903d4dd794eacf6b5517e689d28c0c4a4e8e4.tar.bz2
wallet-core-075903d4dd794eacf6b5517e689d28c0c4a4e8e4.zip
remove cost
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/ChallengeOverviewScreen.stories.tsx')
-rw-r--r--packages/anastasis-webui/src/pages/home/ChallengeOverviewScreen.stories.tsx22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/anastasis-webui/src/pages/home/ChallengeOverviewScreen.stories.tsx b/packages/anastasis-webui/src/pages/home/ChallengeOverviewScreen.stories.tsx
index 1acb2470c..579ff34bf 100644
--- a/packages/anastasis-webui/src/pages/home/ChallengeOverviewScreen.stories.tsx
+++ b/packages/anastasis-webui/src/pages/home/ChallengeOverviewScreen.stories.tsx
@@ -45,7 +45,6 @@ export const OneUnsolvedPolicy = createExample(TestedComponent, {
policies: [[{ uuid: "1" }]],
challenges: [
{
- cost: "USD:1",
instructions: "just go for it",
type: "question",
uuid: "1",
@@ -60,19 +59,16 @@ export const SomePoliciesOneSolved = createExample(TestedComponent, {
policies: [[{ uuid: "1" }, { uuid: "2" }], [{ uuid: "uuid-3" }]],
challenges: [
{
- cost: "USD:1",
instructions: "this question cost 1 USD",
type: "question",
uuid: "1",
},
{
- cost: "USD:0",
instructions: "answering this question is free",
type: "question",
uuid: "2",
},
{
- cost: "USD:1",
instructions: "this question is already answered",
type: "question",
uuid: "uuid-3",
@@ -92,7 +88,6 @@ export const OneBadConfiguredPolicy = createExample(TestedComponent, {
policies: [[{ uuid: "1" }, { uuid: "2" }]],
challenges: [
{
- cost: "USD:1",
instructions: "this policy has a missing uuid (the other auth method)",
type: "totp",
uuid: "1",
@@ -118,51 +113,43 @@ export const OnePolicyWithAllTheChallenges = createExample(TestedComponent, {
],
challenges: [
{
- cost: "USD:1",
instructions: "Does P equals NP?",
type: "question",
uuid: "1",
},
{
- cost: "USD:1",
instructions: "SMS to 555-555",
type: "sms",
uuid: "2",
},
{
- cost: "USD:1",
instructions: "Email to qwe@asd.com",
type: "email",
uuid: "3",
},
{
- cost: "USD:1",
instructions: 'Enter 8 digits code for "Anastasis"',
type: "totp",
uuid: "4",
},
{
//
- cost: "USD:0",
instructions: "Wire transfer from ASDXCVQWE123123 with holder Florian",
type: "iban",
uuid: "5",
},
{
- cost: "USD:1",
instructions: "Join a video call",
type: "video", //Enter 8 digits code for "Anastasis"
uuid: "7",
},
{},
{
- cost: "USD:1",
instructions: "Letter to address in postal code DE123123",
type: "post", //Enter 8 digits code for "Anastasis"
uuid: "8",
},
{
- cost: "USD:1",
instructions: "instruction for an unknown type of challenge",
type: "new-type-of-challenge",
uuid: "6",
@@ -192,55 +179,46 @@ export const OnePolicyWithAllTheChallengesInDifferentState = createExample(
],
challenges: [
{
- cost: "USD:1",
instructions: 'in state "solved"',
type: "question",
uuid: "uuid-1",
},
{
- cost: "USD:1",
instructions: 'in state "message"',
type: "question",
uuid: "uuid-2",
},
{
- cost: "USD:1",
instructions: 'in state "auth iban"',
type: "question",
uuid: "uuid-3",
},
{
- cost: "USD:1",
instructions: 'in state "payment "',
type: "question",
uuid: "uuid-4",
},
{
- cost: "USD:1",
instructions: 'in state "rate limit"',
type: "question",
uuid: "uuid-5",
},
{
- cost: "USD:1",
instructions: 'in state "redirect"',
type: "question",
uuid: "uuid-6",
},
{
- cost: "USD:1",
instructions: 'in state "server failure"',
type: "question",
uuid: "uuid-7",
},
{
- cost: "USD:1",
instructions: 'in state "truth unknown"',
type: "question",
uuid: "uuid-8",
},
{
- cost: "USD:1",
instructions: 'in state "unsupported"',
type: "question",
uuid: "uuid-9",