summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/javascripts/vue_shared/components/pipelines_table_row_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/vue_shared/components/pipelines_table_row_spec.js b/spec/javascripts/vue_shared/components/pipelines_table_row_spec.js
index b0844ffc26d..59131159ef2 100644
--- a/spec/javascripts/vue_shared/components/pipelines_table_row_spec.js
+++ b/spec/javascripts/vue_shared/components/pipelines_table_row_spec.js
@@ -79,7 +79,7 @@ describe('Pipelines Table Row', () => {
});
});
- fdescribe('actions column', () => {
+ describe('actions column', () => {
it('should render the provided actions', () => {
expect(this.component.$el.querySelectorAll('td:nth-child(6) ul li').length)
.toEqual(pipeline.details.manual_actions.length);