Skip to content

Commit d6be591

Browse files
committed
Another attempt at fixing test
1 parent 3db06a9 commit d6be591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/workspace-out-of-tree.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ suite("Workspace Out Of Tree Test Suite", () => {
123123
// Prime the mock interface for git setup with no_west branch
124124
uiMock.primeInteractions([
125125
{ type: 'input', value: '--branch no_west -- https://github.com/mylonics/zephyr-ide-samples.git', description: 'Enter git clone string for no_west branch' },
126-
{ type: 'quickpick', value: 'use-external-installation', description: 'Choose Use Existing Zephyr Installation option' },
127-
{ type: 'quickpick', value: 'global-install', description: 'Choose Global Installation option' },
126+
{ type: 'quickpick', value: '$(link) Use external Zephyr installation', description: 'Choose Use Existing Zephyr Installation option' },
127+
{ type: 'quickpick', value: '$(link) Global Installation', description: 'Choose Global Installation option' },
128128
{ type: 'quickpick', value: 'minimal', description: 'Select minimal manifest' },
129129
{ type: 'quickpick', value: 'stm32', description: 'Select STM32 toolchain' },
130130
{ type: 'quickpick', value: 'v4.2.0', description: 'Select default configuration' },

0 commit comments

Comments
 (0)