-
- Downloads
Adds tests to new empty and error states
Showing
- app/assets/javascripts/commit/pipelines/pipelines_table.js 9 additions, 0 deletionsapp/assets/javascripts/commit/pipelines/pipelines_table.js
- app/assets/javascripts/vue_pipelines_index/components/empty_state.js 4 additions, 4 deletions...javascripts/vue_pipelines_index/components/empty_state.js
- app/assets/javascripts/vue_pipelines_index/components/error_state.js 9 additions, 9 deletions...javascripts/vue_pipelines_index/components/error_state.js
- app/assets/javascripts/vue_pipelines_index/components/navigation_tabs.js 3 additions, 1 deletion...scripts/vue_pipelines_index/components/navigation_tabs.js
- app/assets/javascripts/vue_pipelines_index/pipelines.js 42 additions, 28 deletionsapp/assets/javascripts/vue_pipelines_index/pipelines.js
- app/views/projects/commit/_pipelines_list.haml 1 addition, 0 deletionsapp/views/projects/commit/_pipelines_list.haml
- app/views/projects/pipelines/index.html.haml 3 additions, 4 deletionsapp/views/projects/pipelines/index.html.haml
- spec/features/projects/pipelines/pipelines_spec.rb 1 addition, 1 deletionspec/features/projects/pipelines/pipelines_spec.rb
- spec/javascripts/commit/pipelines/pipelines_spec.js 2 additions, 2 deletionsspec/javascripts/commit/pipelines/pipelines_spec.js
- spec/javascripts/fixtures/pipelines.html.haml 14 additions, 0 deletionsspec/javascripts/fixtures/pipelines.html.haml
- spec/javascripts/vue_pipelines_index/empty_state_spec.js 38 additions, 0 deletionsspec/javascripts/vue_pipelines_index/empty_state_spec.js
- spec/javascripts/vue_pipelines_index/error_state_spec.js 23 additions, 0 deletionsspec/javascripts/vue_pipelines_index/error_state_spec.js
- spec/javascripts/vue_pipelines_index/mock_data.js 107 additions, 0 deletionsspec/javascripts/vue_pipelines_index/mock_data.js
- spec/javascripts/vue_pipelines_index/nav_controls_spec.js 93 additions, 0 deletionsspec/javascripts/vue_pipelines_index/nav_controls_spec.js
- spec/javascripts/vue_pipelines_index/pipelines_spec.js 111 additions, 0 deletionsspec/javascripts/vue_pipelines_index/pipelines_spec.js
Please register or sign in to comment