Commit fb419893 authored by Rémy Coutable's avatar Rémy Coutable

Attempt to fix a flaky Feature flag spec

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 0f68786a
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment