Skip to content

Commit

Permalink
Merge branch 't/13480'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jul 3, 2015
2 parents 7c8521b + 86decb3 commit 9bfa605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/plugins/embed/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bender.editors = {
creator: 'replace',
config: {
extraAllowedContent: 'div(a,b,c)',
removePlugins: 'div',
stylesSet: [
{ name: 'Foo media', type: 'widget', widget: 'embed', attributes: { 'class': 'foo' } },
{ name: 'Bar media', type: 'widget', widget: 'embed', attributes: { 'class': 'bar' } }
Expand Down Expand Up @@ -73,4 +74,4 @@ widgetTestsTools.addTests( tcs, {
newWidgetPattern: '<div data-oembed-url="http://xxx"><p>url:http%3A%2F%2Fxxx</p></div>'
} );

bender.test( tcs );
bender.test( tcs );

0 comments on commit 9bfa605

Please sign in to comment.