-
Notifications
You must be signed in to change notification settings - Fork 2
New Curriculum Key stages component #2380
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
New Curriculum Key stages component #2380
Conversation
e8467ce to
5e89b9d
Compare
| expect(page).to have_css(".cms-color-theme__border--green-left", text: "Key Stage 4") | ||
| end | ||
| end | ||
| context "when curriculum returns no keyStages" do |
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.
Missing a space between the end and the next context block - very nit picky!
| )) | ||
| end | ||
|
|
||
| it "renders the title" do |
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.
Should this and line 61 say "does not render the title" ?
A-Wheeto
left a comment
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.
Needs a couple of minor changes on the component test file, but the rest looks good!
65d7a8c to
6996d5a
Compare
|



Status
Review progress:
What's changed?
Steps to perform after deploying to production
If the production environment requires any extra work after this PR has been deployed detail it here. This could be running a Rake task, migrating a DB table, or upgrading a Gem. That kind of thing.