send email event there is an error
This commit is contained in:
@@ -242,6 +242,7 @@ class CommandorPage:
|
||||
document.getElementById("name").value = name.firstName}""", {'lastName': lastName, 'firstName': firstName})
|
||||
|
||||
def getErrors(self):
|
||||
|
||||
items = self.page.query_selector("div.alert")
|
||||
if items:
|
||||
print(items.inner_html())
|
||||
|
||||
Reference in New Issue
Block a user