After upgrading Codex to 2.5.0, the test cypress/e2e/wbui2025/editTimeDatatype.cy.ts fails.
There is a patch created to comment-out the failed lines, but that should not be the solution.
Something must have changed between Codex 2.4.0 and 2.5.0 that causes the input to not be cleared, and the test expects "156" but gets
"12 CE156". I can't figure out why this happens, so disabling this test for now to unblock the Codex release.
Acceptance criteria:
- Investigate the root cause of the failed test after upgrading to Codex 2.5.0.
- Implement a proper solution that fixes the root cause of the failed test.