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
637a1578
Commit
637a1578
authored
Feb 12, 2021
by
Heinrich Lee Yu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '321305-fix-flacky-spec' into 'master'
Fix flacky spec See merge request gitlab-org/gitlab!54084
parents
a211e9a2
35e085be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
ee/spec/features/groups/iterations/user_views_iteration_spec.rb
...c/features/groups/iterations/user_views_iteration_spec.rb
+1
-0
ee/spec/features/projects/iterations/user_views_iteration_spec.rb
...features/projects/iterations/user_views_iteration_spec.rb
+1
-0
No files found.
ee/spec/features/groups/iterations/user_views_iteration_spec.rb
View file @
637a1578
...
@@ -86,6 +86,7 @@ RSpec.describe 'User views iteration' do
...
@@ -86,6 +86,7 @@ RSpec.describe 'User views iteration' do
sign_in
(
user
)
sign_in
(
user
)
visit
group_iteration_path
(
iteration
.
group
,
iteration
.
id
)
visit
group_iteration_path
(
iteration
.
group
,
iteration
.
id
)
wait_for_requests
end
end
it_behaves_like
'iteration report group by label'
it_behaves_like
'iteration report group by label'
...
...
ee/spec/features/projects/iterations/user_views_iteration_spec.rb
View file @
637a1578
...
@@ -59,6 +59,7 @@ RSpec.describe 'User views iteration' do
...
@@ -59,6 +59,7 @@ RSpec.describe 'User views iteration' do
stub_licensed_features
(
iterations:
true
)
stub_licensed_features
(
iterations:
true
)
sign_in
(
user
)
sign_in
(
user
)
visit
url
visit
url
wait_for_requests
end
end
it_behaves_like
'render iteration page'
it_behaves_like
'render iteration page'
...
...
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