Commit 5dfb01ce by Muddasser Committed by Clinton Blackburn

assertScreenshot for firefox 42

parent c42409f7
......@@ -9,6 +9,7 @@ from unittest import skip
from nose.plugins.attrib import attr
import pytz
import urllib
from ..helpers import skip_if_browser
from bok_choy.promise import EmptyPromise
from ..helpers import (
......@@ -158,6 +159,7 @@ class LoginFromCombinedPageTest(UniqueCourseTest):
self.login_page.wait_for_errors()
)
@skip_if_browser('chrome') # TODO Need to fix this for chrome browser.
def test_third_party_login(self):
"""
Test that we can login using third party credentials, and that the
......@@ -195,6 +197,7 @@ class LoginFromCombinedPageTest(UniqueCourseTest):
self._unlink_dummy_account()
@skip_if_browser('chrome') # TODO Need to fix this for chrome browser.
def test_hinted_login(self):
""" Test the login page when coming from course URL that specified which third party provider to use """
# Create a user account and link it to third party auth with the dummy provider:
......@@ -328,6 +331,7 @@ class RegisterFromCombinedPageTest(UniqueCourseTest):
self.register_page.visit().toggle_form()
self.assertEqual(self.register_page.current_form, "login")
@skip_if_browser('chrome') # TODO Need to fix this for chrome browser.
def test_third_party_register(self):
"""
Test that we can register using third party credentials, and that the
......
screenshots/baseline/hinted-login.png

14.3 KB | W: | H:

screenshots/baseline/hinted-login.png

14.2 KB | W: | H:

screenshots/baseline/hinted-login.png
screenshots/baseline/hinted-login.png
screenshots/baseline/hinted-login.png
screenshots/baseline/hinted-login.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment