mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 01:12:16 +00:00
That was even less clever of me
This commit is contained in:
@@ -5,7 +5,7 @@ from selenium.webdriver.remote.webelement import WebElement
|
||||
from selenium.webdriver.support.ui import WebDriverWait
|
||||
from selenium.webdriver.support.select import Select
|
||||
import datetime
|
||||
from PyRIGS.tests.regions import Modal
|
||||
from PyRIGS.tests.regions import TextBox, Modal
|
||||
|
||||
|
||||
class Header(Region):
|
||||
|
||||
@@ -127,6 +127,7 @@ class TestEventCreate(BaseRigboardTest):
|
||||
|
||||
# TODO Test validation with some wrong data
|
||||
self.page.submit()
|
||||
self.driver.implicitly_wait(10)
|
||||
self.assertTrue(self.page.success)
|
||||
|
||||
# TODO
|
||||
|
||||
Reference in New Issue
Block a user