Skip to content

Commit 46af456

Browse files
logaretmclaude
andcommitted
test(replay): rename stale attribute regression test
Co-Authored-By: GPT-5 <noreply@anthropic.com>
1 parent e7747b3 commit 46af456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay-internal/test/unit/coreHandlers/handleDom.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ describe('Unit | coreHandlers | handleDom', () => {
138138
});
139139
});
140140

141-
test('it prefers live element attributes over stale rrweb mirror metadata', () => {
141+
test('prefers live element attributes over stale rrweb mirror metadata', () => {
142142
const target = document.createElement('button');
143143
target.setAttribute('id', 'save-note-button');
144144
target.setAttribute('data-testid', 'save-note-button');

0 commit comments

Comments
 (0)