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

Commit f86723d

Browse files
committed
DEV: Add requested changes
1 parent 4c28010 commit f86723d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/system/ai_bot/homepage_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
expect(page).to have_no_css(".ai-bot-upload")
138138
end
139139

140-
it "allows removing an upload before submission" do
140+
it "allows removing an upload before submission", video: true, trace: true do
141141
ai_pm_homepage.visit
142142
expect(ai_pm_homepage).to have_homepage
143143

@@ -146,7 +146,6 @@
146146

147147
expect(page).to have_css(".ai-bot-upload", count: 1)
148148

149-
expect(page).to have_css(".ai-bot-upload__remove")
150149
find(".ai-bot-upload__remove").click
151150

152151
expect(page).to have_no_css(".ai-bot-upload")

0 commit comments

Comments
 (0)