diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-19 00:09:12 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-19 00:09:12 +0000 |
commit | b9f288cdfa03f429ebdb03320c5eed9778af0795 (patch) | |
tree | 4c21e2583416ba802a17abdd6b74feb7dd3a75e1 /spec/features/projects/blobs | |
parent | d7b7232142ffcca72b37f2da76d10a31af4cca94 (diff) | |
download | gitlab-ce-b9f288cdfa03f429ebdb03320c5eed9778af0795.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/projects/blobs')
-rw-r--r-- | spec/features/projects/blobs/blob_show_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/blobs/blob_show_spec.rb b/spec/features/projects/blobs/blob_show_spec.rb index c738c5ee5fa..7f819cac917 100644 --- a/spec/features/projects/blobs/blob_show_spec.rb +++ b/spec/features/projects/blobs/blob_show_spec.rb @@ -593,7 +593,7 @@ RSpec.describe 'File blob', :js do aggregate_failures do # shows that dashboard yaml is invalid expect(page).to have_content('Metrics Dashboard YAML definition is invalid:') - expect(page).to have_content("panel_groups: can't be blank") + expect(page).to have_content("panel_groups: should be an array of panel_groups objects") # shows a learn more link expect(page).to have_link('Learn more') |