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

Commit cde1510

Browse files
SamSaffronjjaffeux
andauthored
Update ai_artifact_key_value_api_spec.rb
Co-authored-by: Joffrey JAFFEUX <[email protected]>
1 parent 25ebf36 commit cde1510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai_artifact_key_value_api_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
within_frame(find("iframe")) do
5656
expect(page).to have_selector("#log", wait: 10)
5757
expect(page).to have_selector("#log[data-test-complete='true']", wait: 15)
58-
expect(page).not_to have_selector("#log[data-test-error]")
58+
expect(page).to have_no_selector("#log[data-test-error]")
5959
end
6060

6161
expect(artifact.key_values.find_by(key: "test_key", user: user)).to be_nil

0 commit comments

Comments
 (0)