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
daeaa196
Commit
daeaa196
authored
Dec 13, 2021
by
Ezekiel Kigbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused page object
parent
f7b6dce6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
qa/qa/page/project/settings/visibility_features_permissions.rb
.../page/project/settings/visibility_features_permissions.rb
+0
-6
spec/features/projects/user_changes_project_visibility_spec.rb
...features/projects/user_changes_project_visibility_spec.rb
+0
-2
No files found.
qa/qa/page/project/settings/visibility_features_permissions.rb
View file @
daeaa196
...
...
@@ -5,12 +5,6 @@ module QA
module
Project
module
Settings
class
VisibilityFeaturesPermissions
<
Page
::
Base
include
QA
::
Page
::
Component
::
Select2
view
'app/views/projects/edit.html.haml'
do
element
:visibility_features_permissions_save_button
end
view
'app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue'
do
element
:project_visibility_dropdown
end
...
...
spec/features/projects/user_changes_project_visibility_spec.rb
View file @
daeaa196
...
...
@@ -22,8 +22,6 @@ RSpec.describe 'User changes public project visibility', :js do
click_button
'Save changes'
end
# binding.pry
fill_in
'confirm_name_input'
,
with:
project
.
path_with_namespace
page
.
within
'.modal'
do
...
...
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