Skip to content

Commit 207aadd

Browse files
authored
Merge pull request #885 from HelixDesignSystem/surf-2122-tooltip-test
test(tooltip): fix flaky GH action - $onConnect
2 parents 118db70 + efae8e7 commit 207aadd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/elements/hx-tooltip/index.spec.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,6 @@ describe('<hx-tooltip> component tests', () => {
132132
});
133133

134134
describe('test $onConnect method', () => {
135-
it('should have a randomly generated or assigned ID on render', async () => {
136-
const fragment = /** @type {HXTooltipElement} */ await fixture(mockup);
137-
const attr = fragment.hasAttribute('id');
138-
const tooltipId = fragment.getAttribute('id');
139-
140-
expect(attr).to.be.true;
141-
expect(tooltipId).to.not.be.null;
142-
});
143-
144135
it('should have role attribute default to tooltip', async () => {
145136
const roleAttr = 'tooltip';
146137
const component = /** @type {HXTooltipElement} */ await fixture(template);

0 commit comments

Comments
 (0)