Skip to content

Commit 8b0e662

Browse files
author
Herve Tribouilloy
committed
Increased version
1 parent 64deb9f commit 8b0e662

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

tests/intent-discovery.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,12 @@ test.describe('Intent Discovery Widget', () => {
137137
await input.fill('blue running jacket in cold weather');
138138
await expect(readinessContainer).toContainText('AI ready to interpret your request');
139139

140+
await expect(suggestButton).toBeEnabled();
141+
140142
// become not ready if intent text length is too small again
141143
await input.fill('blue running jacket');
142144
await expect(readinessContainer).toContainText('Add 11+ characters or refine your preferences');
143145

144-
await expect(suggestButton).toBeEnabled();
146+
await expect(suggestButton).toBeDisabled();
145147
});
146148
});

vite_project/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite_project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "widget-intent-discovery",
33
"private": true,
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)