Skip to content

Commit caa668e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)