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
fb419893
Commit
fb419893
authored
Jul 08, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to fix a flaky Feature flag spec
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
0f68786a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
ee/spec/features/projects/feature_flags/user_updates_feature_flag_spec.rb
.../projects/feature_flags/user_updates_feature_flag_spec.rb
+3
-0
No files found.
ee/spec/features/projects/feature_flags/user_updates_feature_flag_spec.rb
View file @
fb419893
...
...
@@ -32,6 +32,9 @@ RSpec.describe 'User updates feature flag', :js do
it
'user adds a second strategy'
do
visit
(
edit_project_feature_flag_path
(
project
,
feature_flag
))
wait_for_requests
click_button
'Add strategy'
within_strategy_row
(
2
)
do
select
'Percent rollout (logged in users)'
,
from:
'Type'
...
...
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