Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update psammead-media-player version to incorporate media-message changes #7540

Merged
merged 3 commits into from
Aug 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@bbc/psammead-live-label": "^1.0.0",
"@bbc/psammead-locales": "^4.1.10",
"@bbc/psammead-media-indicator": "^4.0.10",
"@bbc/psammead-media-player": "^2.8.2",
"@bbc/psammead-media-player": "^2.9.0",
"@bbc/psammead-most-read": "^4.1.8",
"@bbc/psammead-navigation": "^6.0.15",
"@bbc/psammead-paragraph": "^2.2.32",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ exports[`episodeAvailability - Error Message should correctly render for expired
bottom: 0;
position: absolute;
padding: 0.5rem;
border-bottom: 0.0625rem solid transparent;
}

.c0 {
Expand Down Expand Up @@ -116,7 +115,6 @@ exports[`episodeAvailability - Error Message should correctly render for future
bottom: 0;
position: absolute;
padding: 0.5rem;
border-bottom: 0.0625rem solid transparent;
}

.c0 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,6 @@ exports[`OnDemand Radio Page should show the 'content not yet available' messag
bottom: 0;
position: absolute;
padding: 0.5rem;
border-bottom: 0.0625rem solid transparent;
}

.c13 {
Expand Down Expand Up @@ -2131,7 +2130,6 @@ exports[`OnDemand Radio Page should show the expired content message if episode
bottom: 0;
position: absolute;
padding: 0.5rem;
border-bottom: 0.0625rem solid transparent;
}

.c13 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ exports[`should show the expired content message if episode is expired 1`] = `
bottom: 0;
position: absolute;
padding: 0.5rem;
border-bottom: 0.0625rem solid transparent;
}

.c1 {
Expand Down Expand Up @@ -949,7 +948,6 @@ exports[`should show the future content message if episode is not yet available
bottom: 0;
position: absolute;
padding: 0.5rem;
border-bottom: 0.0625rem solid transparent;
}

.c1 {
Expand Down Expand Up @@ -1398,7 +1396,6 @@ exports[`should show the future content message if episode is pending 1`] = `
bottom: 0;
position: absolute;
padding: 0.5rem;
border-bottom: 0.0625rem solid transparent;
}

.c1 {
Expand Down