diff options
| author | Luke Bennett <lbennett@gitlab.com> | 2018-10-15 13:36:19 +0000 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2018-10-15 13:36:19 +0000 |
| commit | 7cf19c0b816bf7bc146a7f634c65d2e7484f26e1 (patch) | |
| tree | 1fd5af973b40f7793a9824765d961098a1c60faf /spec/javascripts/fixtures | |
| parent | 280a132e15c8e1f66487312584e734b108b00df7 (diff) | |
| download | gitlab-ce-7cf19c0b816bf7bc146a7f634c65d2e7484f26e1.tar.gz | |
Prioritize group settings, improve panel titles, disable submit without changes
Diffstat (limited to 'spec/javascripts/fixtures')
| -rw-r--r-- | spec/javascripts/fixtures/groups.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/javascripts/fixtures/groups.rb b/spec/javascripts/fixtures/groups.rb index a2035ceae15..b42f442557c 100644 --- a/spec/javascripts/fixtures/groups.rb +++ b/spec/javascripts/fixtures/groups.rb @@ -17,6 +17,16 @@ describe 'Groups (JavaScript fixtures)', type: :controller do sign_in(admin) end + describe GroupsController, '(JavaScript fixtures)', type: :controller do + it 'groups/edit.html.raw' do |example| + get :edit, + id: group + + expect(response).to be_success + store_frontend_fixture(response, example.description) + end + end + describe Groups::Settings::CiCdController, '(JavaScript fixtures)', type: :controller do it 'groups/ci_cd_settings.html.raw' do |example| get :show, |
