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

Commit 743e99a

Browse files
committed
move spec to correct location
1 parent cb93245 commit 743e99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ai_artifact_key_value_api_spec.rb renamed to spec/system/ai_artifact_key_value_api_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
visit "/discourse-ai/ai-bot/artifacts/#{artifact.id}"
5454

5555
within_frame(find("iframe")) do
56-
expect(page).to have_selector("#log", wait: 10)
57-
expect(page).to have_selector("#log[data-test-complete='true']", wait: 15)
56+
expect(page).to have_selector("#log", wait: 2)
57+
expect(page).to have_selector("#log[data-test-complete='true']", wait: 2)
5858
expect(page).to have_no_selector("#log[data-test-error]")
5959
end
6060

0 commit comments

Comments
 (0)