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

Remove base controller from HTML tag to after Angular bootstrap and convert I18NFooter and Thanks to component directives. #7283

Merged
merged 15 commits into from
Aug 5, 2019
Prev Previous commit
Next Next commit
Fix backend test
  • Loading branch information
YashJipkate committed Jul 5, 2019
commit c4cdb7fcb2eeb22ddc264f764ca10a01dbebf4b5
2 changes: 1 addition & 1 deletion core/controllers/pages_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_about_page(self):
def test_splash_page_with_valid_c_value(self):
response = self.get_html_response('/splash', params={'c': 'at0'})
self.assertIn(
'Create fun interactive quizzes that students can do at home.',
'<splash-at0-page></splash-at0-page>',
response.body)

def test_splash_page_with_invalid_c_value_redirects(self):
Expand Down