File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integration-karma/test-hydration/attributes/global-parent-overrides Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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' ) ;
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments