@@ -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