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
Not quite sure what's going on here, but I would expect it to replace the entire structure with my new string...but it injects "<item>" in an unexpected spot higher up the document tree.
Expected :<table><tbody><tr><td><table><tbody><tr><item>1</item></tr></tbody></table></td></tr></tbody></table>
Actual :<table><tbody><tr><td><item>1</item><table><tbody><tr></tr></tbody></table></td></tr></tbody></table>
The text was updated successfully, but these errors were encountered:
Not quite sure what's going on here, but I would expect it to replace the entire structure with my new string...but it injects "<item>" in an unexpected spot higher up the document tree.
Failing test
The text was updated successfully, but these errors were encountered: