Commit 0562f11c by Will Daly

Fixed import issue with WebDriverException

parent e494d529
......@@ -9,7 +9,6 @@ from django.contrib.sessions.middleware import SessionMiddleware
from student.models import CourseEnrollment
from bs4 import BeautifulSoup
import os.path
from selenium.common.exceptions import WebDriverException
from urllib import quote_plus
from lettuce.django import django_url
......
from lettuce import world, step
import time
from urllib import quote_plus
from selenium.common.exceptions import WebDriverException
@world.absorb
def wait(seconds):
......
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