Skip to content

Commit 09ef312

Browse files
chore: revert hydration failure test
1 parent 3fd5059 commit 09ef312

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/@lwc/integration-karma/test-hydration/attributes/global-parent-overrides/index.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export default {
1212
expect(divs.length).toBe(snapshots.divs.length);
1313
// For static and dynamic
1414
for (let i = 0; i < 2; i++) {
15-
expect(divs[0].textContent).toBe(process.env.ENGINE_SERVER);
16-
expect(divs[1].textContent).toBe(consoleCalls.warn.length);
15+
expect(divs[0].textContent).toBe('id: parentProvided');
16+
expect(divs[1].textContent).toBe('draggable: true');
1717
expect(divs[2].textContent).toBe('hidden: true');
1818
expect(divs[3].textContent).toBe('spellcheck: true');
1919
expect(divs[4].textContent).toBe('tabindex: -1');

packages/@lwc/shared/src/__tests__/normalize-tab-index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024, salesforce.com, inc.
2+
* Copyright (c) 2025, salesforce.com, inc.
33
* All rights reserved.
44
* SPDX-License-Identifier: MIT
55
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)