Lettuce-on-Xenial CMS fix. Iterate through a list to avoid quotation string confusion.

Also change some selenium settings (they were not necessary at this time).
This commit is contained in:
Ben Patterson
2017-02-17 10:29:43 -05:00
parent 0e596dd517
commit c0dd2b878f
5 changed files with 23 additions and 28 deletions

View File

@@ -9,7 +9,6 @@ from splinter.exceptions import ElementDoesNotExist
from selenium.common.exceptions import NoAlertPresentException
from nose.tools import assert_true, assert_equal, assert_in, assert_is_none
from lettuce import world, step
from selenium.webdriver.common.keys import Keys
from courseware.tests.factories import InstructorFactory, BetaTesterFactory
from courseware.access import has_access