summaryrefslogtreecommitdiff
path: root/spec/support/shared_examples/quick_actions/issue/zoom_quick_actions_shared_examples.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared_examples/quick_actions/issue/zoom_quick_actions_shared_examples.rb')
-rw-r--r--spec/support/shared_examples/quick_actions/issue/zoom_quick_actions_shared_examples.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/spec/support/shared_examples/quick_actions/issue/zoom_quick_actions_shared_examples.rb b/spec/support/shared_examples/quick_actions/issue/zoom_quick_actions_shared_examples.rb
index cb5460bde23..b4a8e3fca4d 100644
--- a/spec/support/shared_examples/quick_actions/issue/zoom_quick_actions_shared_examples.rb
+++ b/spec/support/shared_examples/quick_actions/issue/zoom_quick_actions_shared_examples.rb
@@ -45,14 +45,6 @@ shared_examples 'zoom quick actions' do
expect(page).to have_content('Failed to add a Zoom meeting')
expect(page).not_to have_content(zoom_link)
end
-
- context 'when feature flag disabled' do
- before do
- stub_feature_flags(issue_zoom_integration: false)
- end
-
- include_examples 'skip silently'
- end
end
context 'with Zoom link not at the end of the issue description' do
@@ -92,14 +84,6 @@ shared_examples 'zoom quick actions' do
expect(page).to have_content('Zoom meeting removed')
expect(issue.reload.description).to eq("Text with #{zoom_link}")
end
-
- context 'when feature flag disabled' do
- before do
- stub_feature_flags(issue_zoom_integration: false)
- end
-
- include_examples 'skip silently'
- end
end
context 'with a Zoom link not at the end of the description' do