Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-04 15:01:36 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-04 15:01:36 +0300
commit63ec4d484f7f1a208159a9ac42f6c264323f7897 (patch)
tree14141f7b7fc0cbe5fa13f02fc9de013690b8c2c6 /spec/features/projects/pipelines/pipelines_spec.rb
parent1994c0323af72ff9b3667f5d9f45a99ae09986d4 (diff)
Show yaml error badge in pipelines page if present
Diffstat (limited to 'spec/features/projects/pipelines/pipelines_spec.rb')
-rw-r--r--spec/features/projects/pipelines/pipelines_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/pipelines/pipelines_spec.rb b/spec/features/projects/pipelines/pipelines_spec.rb
index cfc74c140dd..91f75bae805 100644
--- a/spec/features/projects/pipelines/pipelines_spec.rb
+++ b/spec/features/projects/pipelines/pipelines_spec.rb
@@ -93,7 +93,7 @@ describe 'Pipelines', :feature, :js do
before { visit_project_pipelines }
- it 'contains badge that indicate errors' do
+ it 'contains badge that indicates errors' do
expect(page).to have_content 'yaml invalid'
end