Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎯 요구사항
느낀점
cy.should() failed because this element is detached from the DOM.
cypress 테스트코드에서 todootem을 조작하면 todo리스트전체가 새로 렌더링되는데 이 때 새로 cy.get()해도 해당 에러가 뜨네요. cypress내부적으로 캐싱하는것인지.. 원인을 파악해야겠습니다..
cypress-io/cypress#7306
https://www.cypress.io/blog/2020/07/22/do-not-get-too-detached/
같은 오류를 겪는 사람들이 많은 것 같아요