Skip to content

Commit 2a1602f

Browse files
committed
Format default-ontology.spec.ts
Fixes the standing e2e format-check failure. Claude-Session: https://claude.ai/code/session_014TSR4NsqPnt26e9Zpr13eo
1 parent 991865c commit 2a1602f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

browser/e2e/tests/default-ontology.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ test.describe('default ontology', () => {
2121
await expect(
2222
sidebar.getByRole('button', { name: 'Issue Tracker' }).first(),
2323
).toBeVisible();
24-
await expect(
25-
sidebar.getByRole('button', { name: 'Ontology' }),
26-
).toHaveCount(0);
24+
await expect(sidebar.getByRole('button', { name: 'Ontology' })).toHaveCount(
25+
0,
26+
);
2727

2828
// It stays reachable via the drive page's (collapsed) resource list.
2929
await page.getByTestId('sidebar-drive-open').click();

0 commit comments

Comments
 (0)