-
Notifications
You must be signed in to change notification settings - Fork 230
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
Adds MostRead to STY's second column #5739
Conversation
Keep consistency between package versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a few suggestions ☝️
@@ -6,7 +6,7 @@ exports[`MostReadContainerCanonical Assertion should render most read correctly | |||
margin: 0; | |||
padding: 0; | |||
grid-auto-flow: column; | |||
grid-template-rows: repeat( 5,[col-start] auto [col-end] ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bit strange that it's changing this value from 5 to 10. Will have to make sure this is double-checked in a11y swarm and test phase.
|
Dev/A11y Swarm -https://bbc.github.io/accessibility-news-and-you/accessibility-news-and-testers
Screen Readers (IE11)
Mac, iOS, and Android:
|
…to most-read-sty-col
Looks good to me.. |
Resolves #5737
Overall change:
Added
MostRead
container to STY's second column.Code changes:
psammead-most-read
to version 4.0.2.psammead-grid
to version 1.1.11.maxTwoColumns
boolean with new string prop from most-read.Testing:
CYPRESS_APP_ENV=local CYPRESS_SMOKE=false npm run test:e2e:interactive
)