You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix non-keyed test for remove. result.removedStoredTr checks any count
greater than 0. removeStoredTr represents any <tr> node in target
'table.table'. Removing row two <tr>, index 1, means removedStoredTr
will be 1 based on target, which results in an invalid error message.
Now the <tr> node to be removed is ignored.
0 commit comments