Skip to content

Commit a8f9a9c

Browse files
committed
Update ApiSummary test to reflect the change from agent pill to method icon in rendering logic.
1 parent 95e4a51 commit a8f9a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api-summary.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ describe('ApiSummary', () => {
371371
});
372372

373373
it('renders the agent pill', async () => {
374-
const node = element.shadowRoot.querySelector('.agent-pill');
374+
const node = element.shadowRoot.querySelector('.method-icon');
375375
assert.ok(node);
376376
});
377377
});

0 commit comments

Comments
 (0)