Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit b7bbe70

Browse files
Shi Shucopybara-github
authored andcommitted
test(tooltip): Change rich tooltip tests to not have aria-label on the action button.
PiperOrigin-RevId: 349442057
1 parent 64f36e2 commit b7bbe70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-tooltip/test/component.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ describe('MDCTooltip', () => {
274274
<h2 class="mdc-tooltip__title">Title</h2>
275275
<p class="mdc-tooltip__content">Content <a class="mdc-tooltip__content-link" href="google.com">link</a></p>
276276
<div class="mdc-tooltip--rich-actions">
277-
<button class="mdc-button mdc-tooltip__action" aria-label="action">
277+
<button class="mdc-button mdc-tooltip__action">
278278
<div class="mdc-button__ripple"></div>
279279
<span class="mdc-button__label">Action</span>
280280
</button>

0 commit comments

Comments
 (0)