Skip to content

Commit d6ad9e9

Browse files
committed
Update test description
1 parent ebcc90d commit d6ad9e9

File tree

1 file changed

+1
-1
lines changed
  • x-pack/platform/plugins/private/observability_ai_assistant_management/public/routes/components/settings_tab

1 file changed

+1
-1
lines changed

x-pack/platform/plugins/private/observability_ai_assistant_management/public/routes/components/settings_tab/change_kb_model.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ describe('ChangeKbModel', () => {
254254
});
255255

256256
describe('when KB was installed with ELSER on ML node and ELSER in EIS later becomes available', () => {
257-
it('shows ELSER and enables the Update button by default', async () => {
257+
it('shows ELSER as the selected model in the dropdown', async () => {
258258
setupMockGetModelOptions([
259259
{
260260
key: ELSER_IN_EIS_INFERENCE_ID,

0 commit comments

Comments
 (0)