diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-23 06:08:32 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-23 06:08:32 +0000 |
commit | 0f8c2334f0e57a22bf10e4485c17f856289e4fb4 (patch) | |
tree | 6cf14307d353a1ac89cc5f7e022c110329dd9282 /spec/features/groups_spec.rb | |
parent | ccaa94488202341c25d24f6f16a70a9f658fc742 (diff) | |
download | gitlab-ce-0f8c2334f0e57a22bf10e4485c17f856289e4fb4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/groups_spec.rb')
-rw-r--r-- | spec/features/groups_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/groups_spec.rb b/spec/features/groups_spec.rb index e958ebb1275..d2e65c02e37 100644 --- a/spec/features/groups_spec.rb +++ b/spec/features/groups_spec.rb @@ -82,8 +82,8 @@ describe 'Group' do expect(page).to have_selector('#group_create_chat_team') end - it 'checks the checkbox by default' do - expect(find('#group_create_chat_team')['checked']).to eq(true) + it 'unchecks the checkbox by default' do + expect(find('#group_create_chat_team')['checked']).to eq(false) end it 'updates the team URL on graph path update', :js do |