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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
3fe5004a
Commit
3fe5004a
authored
Oct 25, 2016
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove use of wait_for_ajax since jQuery was removed
Fixes #23812
parent
d6e72f61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
spec/features/merge_requests/created_from_fork_spec.rb
spec/features/merge_requests/created_from_fork_spec.rb
+0
-3
No files found.
spec/features/merge_requests/created_from_fork_spec.rb
View file @
3fe5004a
...
...
@@ -40,8 +40,6 @@ feature 'Merge request created from fork' do
end
context
'pipeline present in source project'
do
include
WaitForAjax
given
(
:pipeline
)
do
create
(
:ci_pipeline
,
project:
fork_project
,
...
...
@@ -57,7 +55,6 @@ feature 'Merge request created from fork' do
scenario
'user visits a pipelines page'
,
js:
true
do
visit_merge_request
(
merge_request
)
page
.
within
(
'.merge-request-tabs'
)
{
click_link
'Builds'
}
wait_for_ajax
page
.
within
(
'table.ci-table'
)
do
expect
(
page
).
to
have_content
'rspec'
...
...
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