Skip to content

Commit 9623bed

Browse files
committed
test: update test with new class name
1 parent 8028c5e commit 9623bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api-body-document.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ describe('ApiBodyDocumentElement', () => {
264264

265265
it('Narrow style is applied to the URI title', () => {
266266
element.style.setProperty('--arc-font-subhead-narrow-font-size', '16px');
267-
const title = element.shadowRoot.querySelector('.table-title');
267+
const title = element.shadowRoot.querySelector('.heading3');
268268
const fontSize = getComputedStyle(title).fontSize;
269269
assert.equal(fontSize, '16px');
270270
});

0 commit comments

Comments
 (0)