Skip to content

Remove unnecessary stdout messages during test runs #166

@kannananil

Description

@kannananil

Description
During the execution of test cases, multiple unnecessary stdout messages such as “Editor loaded!” and “Read only Editor loaded!” are printed repeatedly in the console. These logs add noise to the test output and make it difficult to focus on relevant test results.

Acceptance Criteria

  • Identify and remove or mock any console/log statements causing unnecessary stdout output during test execution.
  • Ensure the test logs remain clean and limited to essential information (e.g., test results, errors, and warnings).
  • Apply fixes across all relevant test files and components (e.g., Editor-related tests).

Additional Notes
Refer to the attached screenshot for an example of the repeated logs.

Image

Metadata

Metadata

Assignees

Labels

L1 - smallComplexity level 1P1 - highHigh (important, should be prioritized soon)enhancementNew feature or requesttest

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions