Skip to content

Commit

Permalink
Merge branch 'main' into renovate/carbon-themes-11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin-Sorin-Nicolae authored Jan 15, 2025
2 parents 2af1316 + 44cead5 commit e0bbfc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ describe('c4d-carousel', function () {
});

describe('Handling resizing', function () {
it('should update paze size upon resizing viewport', async function () {
it('should update page size upon resizing viewport', async function () {
render(template(), document.body);
await Promise.resolve();
pageSize = 2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@

```
<c4d-video-player-composite
button-position="bottom-right"
playing-mode="inline"
video-id="video-id-foo"
>
<c4d-video-player
button-position="bottom-right"
content-state="thumbnail"
data-autoid="c4d--video-player"
duration="120"
name="video-name-foo"
Expand Down
11 changes: 2 additions & 9 deletions packages/web-components/tests/snapshots/c4d-video-player.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
#### `should render with minimum attributes`

```
<div
class="c4d--video-player__video-container"
part="video-container"
>
<div class="c4d--video-player__video-container">
<div
class="c4d--video-player__video"
part="video"
Expand All @@ -16,7 +13,6 @@
part="button"
>
<c4d-image
alt=""
data-autoid="c4d--image"
default-src="about:blank"
part="image"
Expand All @@ -36,10 +32,7 @@
#### `should render with various attributes`

```
<div
class="c4d--video-player__video-container"
part="video-container"
>
<div class="c4d--video-player__video-container">
<slot>
</slot>
</div>
Expand Down

0 comments on commit e0bbfc6

Please sign in to comment.