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
195cf4d3
Commit
195cf4d3
authored
Jan 07, 2020
by
Walmyr Lima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete page object methods not in use
parent
854ddd4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
qa/qa/ee/page/group/epic/index.rb
qa/qa/ee/page/group/epic/index.rb
+0
-8
qa/qa/ee/page/group/epic/show.rb
qa/qa/ee/page/group/epic/show.rb
+0
-6
No files found.
qa/qa/ee/page/group/epic/index.rb
View file @
195cf4d3
...
...
@@ -38,14 +38,6 @@ module QA
has_element?
(
:epic_title_text
,
text:
title
)
end
end
def
has_no_epic?
(
title
)
# First, check that the new epic button is present,
# meaning that the test is in the right page before
# checking that the epic is not there.
find_element
(
:new_epic_button
)
has_no_element?
(
:epic_title_text
,
text:
title
)
end
end
end
end
...
...
qa/qa/ee/page/group/epic/show.rb
View file @
195cf4d3
...
...
@@ -54,12 +54,6 @@ module QA
click_element
:edit_button
end
def
delete_epic
page
.
accept_alert
(
"Epic will be removed! Are you sure?"
)
do
click_element
:delete_epic_button
end
end
def
close_reopen_epic
click_element
:close_reopen_epic_button
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