summaryrefslogtreecommitdiff
path: root/spec/features/runners_spec.rb
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-11-10 23:23:49 +0200
committerRémy Coutable <remy@rymai.me>2016-09-28 10:03:59 +0200
commitedbbbe3a2777c273b3dea1b40aa23b1b7847ca4f (patch)
treeec6a34dc9895ebbc01bbd53e6f3aa0b166f73c1f /spec/features/runners_spec.rb
parentf4ded8a80889749d057b077a8e3f3ad45d8ba7b0 (diff)
downloadgitlab-ce-edbbbe3a2777c273b3dea1b40aa23b1b7847ca4f.tar.gz
Fix grammar and typos in Runners pagesaxil/gitlab-ce-typos_runners_pages
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/features/runners_spec.rb')
-rw-r--r--spec/features/runners_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/runners_spec.rb b/spec/features/runners_spec.rb
index a5ed3595b0a..0e1cc9a0f73 100644
--- a/spec/features/runners_spec.rb
+++ b/spec/features/runners_spec.rb
@@ -60,7 +60,7 @@ describe "Runners" do
it "removes specific runner for project if this is last project for that runners" do
within ".activated-specific-runners" do
- click_on "Remove runner"
+ click_on "Remove Runner"
end
expect(Ci::Runner.exists?(id: @specific_runner)).to be_falsey
@@ -75,7 +75,7 @@ describe "Runners" do
end
it "enables shared runners" do
- click_on "Enable shared runners"
+ click_on "Enable shared Runners"
expect(@project.reload.shared_runners_enabled).to be_truthy
end
end