Changes between Initial Version and Version 1 of Ticket #14744
- Timestamp:
- Jul 13, 2016, 12:57:41 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14744
-
Property
Status
changed from
new
toconfirmed
-
Property
Status
changed from
-
Ticket #14744 – Description
initial v1 1 1 2 unit tests are failing in this test suite: 2 2 3 ``` 3 {{{ 4 4 tests/plugins/embedbase/undo test undo and redo after creation 5 5 Error … … 15 15 Expected: undefined (undefined) 16 16 Actual: undefined (undefined) 17 ``` 17 }}} 18 18 19 19 It started to appear after #14539. However I've followed the steps that TC is doing manually and the issue does not appear to be there, so it's likely due to a way that the test is written.