Skip to content

Commit 2896404

Browse files
committed
Run system tests for ActionText using Capybara.
1 parent f14dc01 commit 2896404

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ services:
9595
- memcached
9696
- chrome
9797

98+
actiontext:
99+
<<: *default
100+
depends_on:
101+
- chrome
102+
98103
memcached:
99104
image: memcached:alpine
100105

pipeline-generate

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ steps_for("actioncable", "test:integration", service: "default") do |x|
317317
x["retry"] = { "automatic" => { "limit" => 3 } }
318318
end
319319
end
320+
steps_for("actiontext", "test:system", service: "default")
320321
if REPO_ROOT.join("actionview/Rakefile").read.include?("task :ujs")
321322
step_for("actionview", "test:ujs", service: "actionview") do |x|
322323
x["retry"] = { "automatic" => { "limit" => 3 } }

0 commit comments

Comments
 (0)