Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 2b5b0d5

Browse files
committed
fix spec
1 parent bb0d7f5 commit 2b5b0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/system/embeddings/ai_embedding_definition_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060

6161
embed_prefix = "On creation:"
6262
search_prefix = "On search:"
63-
find("input.ai-embedding-editor__embed_prompt").fill_in(with: embed_prefix)
64-
find("input.ai-embedding-editor__search_prompt").fill_in(with: search_prefix)
63+
find(".ai-embedding-editor__embed_prompt").fill_in(with: embed_prefix)
64+
find(".ai-embedding-editor__search_prompt").fill_in(with: search_prefix)
6565

6666
find("input.ai-embedding-editor__dimensions").fill_in(with: 1536)
6767
find("input.ai-embedding-editor__max_sequence_length").fill_in(with: 8191)

0 commit comments

Comments
 (0)