diff --git a/hooks/test/browser/combinations.test.js b/hooks/test/browser/combinations.test.js index 028110e8b9..3b7cc51ab1 100644 --- a/hooks/test/browser/combinations.test.js +++ b/hooks/test/browser/combinations.test.js @@ -399,7 +399,7 @@ describe('combinations', () => { expect(scratch.textContent).to.equal('2'); }); - it.skip('parent and child refs should be set before all effects', () => { + it('parent and child refs should be set before all effects', () => { const anchorId = 'anchor'; const tooltipId = 'tooltip'; const effectLog = [];