Assert that channels are correctly removed from the AlertRouter via the logs.
View these logs:
```AlertRouter - INFO - Obtaining list of channels to alert````
Requirements
[ ] Boot up PANIC and add a configuration for a sub-chain using 2 or more valid channels.
[ ] Remove a channel
[ ] View logs for AlertRouter to make sure that they are properly removed.
Acceptance criteria
Scenario: Removing channel from monitoring a sub-chain configuration
Given: A valid channel and a valid sub-chain configuration
When: Channel removed from sub-chain in the PANIC UI
Then: Indicative that channel has been removed via logs
Description
Assert that channels are correctly removed from the AlertRouter via the logs.
View these logs:
```AlertRouter - INFO - Obtaining list of channels to alert````
Requirements
AlertRouter
to make sure that they are properly removed.Acceptance criteria
Scenario: Removing channel from monitoring a sub-chain configuration Given: A valid channel and a valid sub-chain configuration When: Channel removed from sub-chain in the PANIC UI Then: Indicative that channel has been removed via logs