Skip to content

Commit

Permalink
test: reduce number of happyPath steps
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Aug 2, 2023
1 parent 70de9ee commit 1c18da2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/e2e/steps.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ var happyPathSteps = concatSteps(
stepsCancelUnbond("consu"),
stepsRedelegateForOptOut("consu"),
stepsDowntimeWithOptOut("consu"),
stepsRejectEquivocationProposal("consu", 2), // prop to tombstone bob is rejected
stepsDoubleSignOnProviderAndConsumer("consu"), // carol double signs on provider, bob double signs on consumer
stepsSubmitEquivocationProposal("consu", 2), // now prop to tombstone bob is submitted and accepted
stepsStartRelayer(),
stepsConsumerRemovalPropNotPassing("consu", 3), // submit removal prop but vote no on it - chain should stay
stepsStopChain("consu", 4), // stop chain
stepsStopChain("consu", 3), // stop chain
)

var shortHappyPathSteps = concatSteps(
Expand Down

0 comments on commit 1c18da2

Please sign in to comment.