Commit graph

8 commits

Author SHA1 Message Date
Filipa Lacerda
48b98b5898 Enables Run Pipeline button to be rendered
In the Merge Request view, under pipelines tab
the user can see a run pipeline button

Adds axios post request to button click

Adds the logic to handle the user click,
refresh the table and disable the button while thee
request is being made

Updates UI for desktop and mobile

Adds specs
Regenerates potfile

Follow-up after review

Uses .finally to avoid code repetition
2019-09-11 09:06:33 +00:00
Ash McKenzie
19ff9d9899
Replace rails_helper.rb with spec_helper.rb
rails_helper.rb's only logic was to require
spec_helper.rb.
2019-08-30 12:26:18 +10:00
Thong Kuah
73e848850c Add frozen_string_literal to spec/features
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:23:30 +12:00
Filipa Lacerda
0c24995766 Renders unescaped sprinft string 2018-11-06 11:57:23 +00:00
Matija Čupić
1a92af2868
Fix rspec error text regex 2018-10-24 23:31:44 +02:00
Matija Čupić
9f0dbf8a44
Change CI status error message 2018-10-24 20:16:14 +02:00
Mark Chao
a63bce1a4b Resolve "Rename the Master role to Maintainer" Backend 2018-07-11 14:36:08 +00:00
Rémy Coutable
799cd47109
Improve MR feature specs and reduce duplication
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-18 15:07:57 +01:00
Renamed from spec/features/merge_requests/pipelines_spec.rb (Browse further)