Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d43dfae1
Commit
d43dfae1
authored
Jun 29, 2021
by
Kati Paizee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix references to third-party checkbox name
parent
294b85eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
spec/features/admin/admin_settings_spec.rb
spec/features/admin/admin_settings_spec.rb
+1
-1
spec/features/projects/clusters/gcp_spec.rb
spec/features/projects/clusters/gcp_spec.rb
+1
-1
No files found.
spec/features/admin/admin_settings_spec.rb
View file @
d43dfae1
...
...
@@ -275,7 +275,7 @@ RSpec.describe 'Admin updates settings' do
it
'enable hiding third party offers'
do
page
.
within
(
'.as-third-party-offers'
)
do
check
'Do not display offers from third parties
within GitLab
'
check
'Do not display offers from third parties'
click_button
'Save changes'
end
...
...
spec/features/projects/clusters/gcp_spec.rb
View file @
d43dfae1
...
...
@@ -214,7 +214,7 @@ RSpec.describe 'Gcp Cluster', :js do
it
'user does not see the offer'
do
page
.
within
(
'.as-third-party-offers'
)
do
click_button
'Expand'
check
'Do not display offers from third parties
within GitLab
'
check
'Do not display offers from third parties'
click_button
'Save changes'
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment