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
961b3b40
Commit
961b3b40
authored
Jan 28, 2019
by
Sanad Liaquat
Committed by
Ramya Authappan
Jan 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix create_edit_delete_epic_spec.rb test flakiness
parent
e6f9ebd1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
qa/qa/ee/page/group/epic/show.rb
qa/qa/ee/page/group/epic/show.rb
+1
-1
qa/qa/page/base.rb
qa/qa/page/base.rb
+4
-0
No files found.
qa/qa/ee/page/group/epic/show.rb
View file @
961b3b40
...
...
@@ -28,7 +28,7 @@ module QA
def
add_issue_to_epic
(
issue_url
)
click_element
:add_issues_button
fill_element
:add_issue_input
,
issue_url
click_
element
:add_issue_button
click_
body
click_element
:add_issue_button
end
...
...
qa/qa/page/base.rb
View file @
961b3b40
...
...
@@ -156,6 +156,10 @@ module QA
click_link
text
end
def
click_body
find
(
'body'
).
click
end
def
self
.
path
raise
NotImplementedError
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