Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
00541b0b
Commit
00541b0b
authored
2 years ago
by
Hugo Trentesaux
Browse files
Options
Downloads
Patches
Plain Diff
fix(cucumber) english correction
replace "founds" by "funds"
parent
1b380cce
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
end2end-tests/cucumber-features/account_creation.feature
+7
-7
7 additions, 7 deletions
end2end-tests/cucumber-features/account_creation.feature
with
7 additions
and
7 deletions
end2end-tests/cucumber-features/account_creation.feature
+
7
−
7
View file @
00541b0b
Feature
:
Balance transfer
Scenario
:
Create a new account with enough f
o
unds
When
alice send 5 ĞD to dave
Scenario
:
Create a new account with enough funds
When
alice send
s
5 ĞD to dave
Then
dave should have 5 ĞD
When
1 block later
"""
...
...
@@ -9,13 +9,13 @@ Feature: Balance transfer
"""
Then
dave should have 2 ĞD
Scenario
:
Create a new account without enough f
o
unds then retry with enough f
o
unds
When
alice send 2 ĞD to eve
Scenario
:
Create a new account without enough funds then retry with enough funds
When
alice send
s
2 ĞD to eve
Then
eve should have 2 ĞD
When
1 block later
"""
The blockchain should automatically destroy Eve
c
account
because Eve not have enough f
o
unds to pay the new account tax
The blockchain should automatically destroy Eve account
because Eve
does
not have enough funds to pay the new account tax
"""
Then
eve should have 0 ĞD
When
alice send 5 ĞD to eve
...
...
@@ -27,7 +27,7 @@ Feature: Balance transfer
Then
eve should have 2 ĞD
@ignoreErrors
Scenario
:
Create a new account without any f
o
unds
Scenario
:
Create a new account without any funds
Then
eve should have 0 ĞD
When
eve send 0 ĞD to alice
Then
alice should have 10 ĞD
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment