summaryrefslogtreecommitdiff
path: root/spec/features/projects/pipelines
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-04 13:01:36 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-04 13:01:36 +0100
commit63ec4d484f7f1a208159a9ac42f6c264323f7897 (patch)
tree14141f7b7fc0cbe5fa13f02fc9de013690b8c2c6 /spec/features/projects/pipelines
parent1994c0323af72ff9b3667f5d9f45a99ae09986d4 (diff)
downloadgitlab-ce-63ec4d484f7f1a208159a9ac42f6c264323f7897.tar.gz
Show yaml error badge in pipelines page if present
Diffstat (limited to 'spec/features/projects/pipelines')
-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