Skip to content

Commit 50d9f29

Browse files
benfdkingCopilot
andauthored
Update vscode/extension/tests/external_models.spec.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0dd99eb commit 50d9f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/extension/tests/external_models.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test.describe('External model files trigger lsp', () => {
2424
// Wait for the models folder to be visible
2525
await page.waitForSelector('text=models')
2626

27-
// Click on the models folder, excluding external_models
27+
// Click on the external_models file (e.g., external_models.yaml or external_models.yml)
2828
await page
2929
.getByRole('treeitem', { name: file, exact: true })
3030
.locator('a')

0 commit comments

Comments
 (0)