- Issue created by @trackleft2
The Environment Indicator module is designed to visually indicate to users which environment they are on (e.g., development, staging, production). This functionality helps prevent potentially catastrophic issues by ensuring users are aware of the environment they're working in. If the module fails, it could have serious consequences for site owners.
At the same time, itโs essential that the Environment Indicator module does not interfere with the functionality of other modules that users depend on, such as the Workspaces module. Recent reports indicate that workspace indicator colors in the toolbar are being overwritten by the Environment Indicator, potentially confusing users by displaying the same color for all workspaces.
Module maintainers face a significant challenge in testing each merge request across all possible scenarios, as this is time-consuming and can slow development progress. By adding automated PHPUnit functional tests, we can help maintainers ensure compatibility with other modules, like Workspaces, and increase confidence when merging new changes.
See ๐ fgColor not being picked up. RTBC
Create tests
N/A
N/A
N/A
Active
4.0
Code