summaryrefslogtreecommitdiff
path: root/spec/support/helpers/content_editor_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/content_editor_helpers.rb')
-rw-r--r--spec/support/helpers/content_editor_helpers.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/support/helpers/content_editor_helpers.rb b/spec/support/helpers/content_editor_helpers.rb
index f19af0c9af8..83c18f8073f 100644
--- a/spec/support/helpers/content_editor_helpers.rb
+++ b/spec/support/helpers/content_editor_helpers.rb
@@ -17,14 +17,6 @@ module ContentEditorHelpers
find('.js-gfm-input').set content
end
- def expect_formatting_menu_to_be_visible
- expect(page).to have_css('[data-testid="formatting-bubble-menu"]')
- end
-
- def expect_formatting_menu_to_be_hidden
- expect(page).not_to have_css('[data-testid="formatting-bubble-menu"]')
- end
-
def expect_media_bubble_menu_to_be_visible
expect(page).to have_css('[data-testid="media-bubble-menu"]')
end