We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b353e5e commit 7ac02e8Copy full SHA for 7ac02e8
packages/@lightningjs/ui-components/src/components/TitleRow/TitleRow.test.js
@@ -96,12 +96,12 @@ describe('TitleRow', () => {
96
items
97
},
98
{
99
- spyOnMethods: ['_titleLoaded']
+ spyOnMethods: ['_update']
100
}
101
);
102
expect(titleRow._Items.y).toBe(titleRow.style.titleMarginBottom);
103
104
- await titleRow.__titleLoadedSpyPromise;
+ await titleRow.__updateSpyPromise;
105
106
expect(titleRow._Items.y).toBe(
107
titleRow._Title.finalH + titleRow.style.titleMarginBottom
0 commit comments