Skip to content

Commit 4be1dd3

Browse files
authored
Merge pull request #808 from ketulsha/main
Commented out test case after disabling 2.2.x fabric version
2 parents b423043 + 750faf7 commit 4be1dd3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

packages/apollo/test/cypress/e2e/features/14-AuditLog.feature

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ Feature: Verify Audit Log functionality works as expected
135135
When I provided 'instantiating chaincode "fabcar" @ "2.1.1" on channel "channel1"' for input field with class ".cds--search-input"
136136
Then I should see audit log row with text 'instantiating chaincode "fabcar" @ "2.1.1" on channel "channel1"' and id 'audit-logs-log_title-0'
137137
Then I should see audit log row with text 'success' and id 'audit-logs-outcome_title-0'
138-
# editing component "peerorg1" - "version", "replicas", "ignore_warnings"
139-
When I provided 'editing component "peerorg1" - "version", "replicas", "ignore_warnings"' for input field with class ".cds--search-input"
140-
Then I should see audit log row with text 'editing component "peerorg1" - "version", "replicas", "ignore_warnings"' and id 'audit-logs-log_title-0'
141-
Then I should see audit log row with text 'success' and id 'audit-logs-outcome_title-0'
142-
# editing component "orderingservicenode1" - "version", "replicas"
143-
Then I reload the page
144-
When I provided 'editing component "orderingservicenode1" - "version", "replicas"' for input field with class ".cds--search-input"
145-
Then I should see audit log row with text 'editing component "orderingservicenode1" - "version", "replicas"' and id 'audit-logs-log_title-0'
146-
Then I should see audit log row with text 'success' and id 'audit-logs-outcome_title-0'
138+
# # editing component "peerorg1" - "version", "replicas", "ignore_warnings"
139+
# When I provided 'editing component "peerorg1" - "version", "replicas", "ignore_warnings"' for input field with class ".cds--search-input"
140+
# Then I should see audit log row with text 'editing component "peerorg1" - "version", "replicas", "ignore_warnings"' and id 'audit-logs-log_title-0'
141+
# Then I should see audit log row with text 'success' and id 'audit-logs-outcome_title-0'
142+
# # editing component "orderingservicenode1" - "version", "replicas"
143+
# Then I reload the page
144+
# When I provided 'editing component "orderingservicenode1" - "version", "replicas"' for input field with class ".cds--search-input"
145+
# Then I should see audit log row with text 'editing component "orderingservicenode1" - "version", "replicas"' and id 'audit-logs-log_title-0'
146+
# Then I should see audit log row with text 'success' and id 'audit-logs-outcome_title-0'
147147

148148
Scenario: Search activity log for export and import
149149
When I clicked the div with id 'test__navigation--item--audit_logs'

0 commit comments

Comments
 (0)