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

Commit ad4901a

Browse files
committed
fix broken spec
1 parent 0b4ec02 commit ad4901a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/system/llms/ai_llm_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
form.field("enabled_chat_bot").toggle
2020
form.submit
2121

22-
expect(page).to have_current_path("/admin/plugins/discourse-ai/ai-llms")
22+
expect(page).to have_current_path(%r{/admin/plugins/discourse-ai/ai-llms/\d+/edit})
2323

2424
llm = LlmModel.order(:id).last
2525

0 commit comments

Comments
 (0)