Skip to content

Commit

Permalink
Merge pull request #1 from ketulsha/disable22x
Browse files Browse the repository at this point in the history
commented out audit logs for upgrade scenario
  • Loading branch information
ketulsha authored Dec 2, 2024
2 parents e061cb3 + 6acec00 commit ca15f64
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/apollo/test/cypress/e2e/features/14-AuditLog.feature
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@ Feature: Verify Audit Log functionality works as expected
When I provided 'instantiating chaincode "fabcar" @ "2.1.1" on channel "channel1"' for input field with class ".cds--search-input"
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'
Then I should see audit log row with text 'success' and id 'audit-logs-outcome_title-0'
# editing component "peerorg1" - "version", "replicas", "ignore_warnings"
When I provided 'editing component "peerorg1" - "version", "replicas", "ignore_warnings"' for input field with class ".cds--search-input"
Then I should see audit log row with text 'editing component "peerorg1" - "version", "replicas", "ignore_warnings"' and id 'audit-logs-log_title-0'
Then I should see audit log row with text 'success' and id 'audit-logs-outcome_title-0'
# editing component "orderingservicenode1" - "version", "replicas"
Then I reload the page
When I provided 'editing component "orderingservicenode1" - "version", "replicas"' for input field with class ".cds--search-input"
Then I should see audit log row with text 'editing component "orderingservicenode1" - "version", "replicas"' and id 'audit-logs-log_title-0'
Then I should see audit log row with text 'success' and id 'audit-logs-outcome_title-0'
# # editing component "peerorg1" - "version", "replicas", "ignore_warnings"
# When I provided 'editing component "peerorg1" - "version", "replicas", "ignore_warnings"' for input field with class ".cds--search-input"
# Then I should see audit log row with text 'editing component "peerorg1" - "version", "replicas", "ignore_warnings"' and id 'audit-logs-log_title-0'
# Then I should see audit log row with text 'success' and id 'audit-logs-outcome_title-0'
# # editing component "orderingservicenode1" - "version", "replicas"
# Then I reload the page
# When I provided 'editing component "orderingservicenode1" - "version", "replicas"' for input field with class ".cds--search-input"
# Then I should see audit log row with text 'editing component "orderingservicenode1" - "version", "replicas"' and id 'audit-logs-log_title-0'
# Then I should see audit log row with text 'success' and id 'audit-logs-outcome_title-0'

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

0 comments on commit ca15f64

Please sign in to comment.