Skip to content

Commit e061cb3

Browse files
Merge pull request #804 from ketulsha/disable22x
Remove steps to select fabric version for peers
2 parents 2ebd61c + ce8f955 commit e061cb3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/apollo/test/cypress/e2e/features/02-BuildNetwork.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Feature: Build a network feature
7373
And I provided 'peer1pw' for the 'Enter a secret' input
7474
And I clicked the button with title 'Select an MSP'
7575
And I clicked the div with text 'Org1 MSP'
76-
And I clicked the button with title 'Select a Fabric version'
77-
And I clicked the div with text '2.5'
76+
# And I clicked the button with title 'Select a Fabric version'
77+
# And I clicked the div with text '2.5'
7878
And I clicked the button with id 'next'
7979
And I clicked the button with title 'Please select an identity from your wallet'
8080
And I clicked the div with text 'Org1 MSP Admin'

packages/apollo/test/cypress/e2e/features/03-JoinANetwork.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ Feature: Join a network feature
132132
And I provided 'peer2pw' for the 'Enter a secret' input
133133
And I clicked the button with title 'Select an MSP'
134134
And I clicked the div with text 'Org2 MSP'
135-
And I clicked the button with title 'Select a Fabric version'
136-
And I clicked the div with text '2.5'
135+
# And I clicked the button with title 'Select a Fabric version'
136+
# And I clicked the div with text '2.5'
137137
And I clicked the button with id 'next'
138138
And I clicked the button with title 'Please select an identity from your wallet'
139139
And I clicked the div with text 'Org2 MSP Admin'

0 commit comments

Comments
 (0)