Skip to content

Commit

Permalink
Merge pull request #804 from ketulsha/disable22x
Browse files Browse the repository at this point in the history
Remove steps to select fabric version for peers
  • Loading branch information
MuthuSundaravadivel authored Dec 2, 2024
2 parents 2ebd61c + ce8f955 commit e061cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Feature: Build a network feature
And I provided 'peer1pw' for the 'Enter a secret' input
And I clicked the button with title 'Select an MSP'
And I clicked the div with text 'Org1 MSP'
And I clicked the button with title 'Select a Fabric version'
And I clicked the div with text '2.5'
# And I clicked the button with title 'Select a Fabric version'
# And I clicked the div with text '2.5'
And I clicked the button with id 'next'
And I clicked the button with title 'Please select an identity from your wallet'
And I clicked the div with text 'Org1 MSP Admin'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ Feature: Join a network feature
And I provided 'peer2pw' for the 'Enter a secret' input
And I clicked the button with title 'Select an MSP'
And I clicked the div with text 'Org2 MSP'
And I clicked the button with title 'Select a Fabric version'
And I clicked the div with text '2.5'
# And I clicked the button with title 'Select a Fabric version'
# And I clicked the div with text '2.5'
And I clicked the button with id 'next'
And I clicked the button with title 'Please select an identity from your wallet'
And I clicked the div with text 'Org2 MSP Admin'
Expand Down

0 comments on commit e061cb3

Please sign in to comment.