Skip to content

Commit

Permalink
Ignore console error caused by wysihtml5
Browse files Browse the repository at this point in the history
Prevent hint about removal of DOMNodeRemoved event from breaking
Capybara specs.
  • Loading branch information
tf committed Oct 21, 2024
1 parent c21acce commit e2ebc3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/support/pageflow/support/config/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
# page sections.
/Target node has markup rendered by React/i,

# Caused by wysihtml5 editor using legacy event
/Listener added for a 'DOMNodeRemoved' mutation event/,

# Ignore failure of debounced request to save order of storylines
%r{storylines/order - Failed to load resource: the server responded with a status of 401},

Expand Down

0 comments on commit e2ebc3a

Please sign in to comment.