Skip to content

Commit 9c80989

Browse files
authored
Merge pull request #1159 from Shopify/fix-select-input-test
Fix broken test
2 parents a7fb3d6 + de896d0 commit 9c80989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-kit/src/private/node/ui/components/SelectInput.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ describe('SelectInput', async () => {
135135
(2) Second
136136
(3) Tenth
137137
138-
[2mnavigate with arrows, enter to select[22m"
138+
[2mPress ↑↓ arrows to select, enter to confirm[22m"
139139
`)
140140
expect(onChange).not.toHaveBeenCalled()
141141
})

0 commit comments

Comments
 (0)