Skip to content

Commit efae8e7

Browse files
committed
test(tooltip): fix flaky GH action - $onConnect
1 parent 118db70 commit efae8e7

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)