Skip to content

Commit

Permalink
fix(test): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Sep 27, 2024
1 parent b071d0b commit e2f89a0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/volto/src/components/manage/Blocks/Video/Body.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import { FormattedMessage, defineMessages, useIntl } from 'react-intl';
import { Embed, Message, Button, Icon } from 'semantic-ui-react';
import { Embed, Message } from 'semantic-ui-react';
import cx from 'classnames';
import { isInternalURL, flattenToAppURL } from '@plone/volto/helpers';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ exports[`renders a youtube video body component 1`] = `
className="video-inner"
>
<div
aria-label="Play Video"
aria-label="Load video player"
className="ui 16:9 embed"
onClick={[Function]}
onKeyPress={[Function]}
role="button"
tabIndex={0}
>
<i
Expand All @@ -45,10 +46,11 @@ exports[`renders a youtube video body component in edit mode 1`] = `
className="video-inner"
>
<div
aria-label="Play Video"
aria-label="Load video player"
className="ui 16:9 embed"
onClick={[Function]}
onKeyPress={[Function]}
role="button"
tabIndex={0}
>
<i
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ exports[`renders an edit video block component 1`] = `
className="video-inner"
>
<div
aria-label="Play Video"
aria-label="Load video player"
className="ui 16:9 embed"
onClick={[Function]}
onKeyPress={[Function]}
role="button"
tabIndex={0}
>
<i
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ exports[`renders a view video component 1`] = `
className="video-inner"
>
<div
aria-label="Play Video"
aria-label="Load video player"
className="ui 16:9 embed"
onClick={[Function]}
onKeyPress={[Function]}
role="button"
tabIndex={0}
>
<i
Expand All @@ -36,10 +37,11 @@ exports[`renders a view video component with placeholder 1`] = `
className="video-inner"
>
<div
aria-label="Play Video"
aria-label="Load video player"
className="ui 16:9 embed"
onClick={[Function]}
onKeyPress={[Function]}
role="button"
tabIndex={0}
>
<i
Expand Down

0 comments on commit e2f89a0

Please sign in to comment.