Commit 3f4a1082 authored by ddavison's avatar ddavison

Up wait time to 60 seconds as before for LoginPage

parent 7d5b68d8
......@@ -12,7 +12,7 @@ module QA
next unless element.required?
# TODO: this wait needs to be replaced by the wait class
unless base_page.has_element?(element.name, wait: 10)
unless base_page.has_element?(element.name, wait: 60)
raise Validatable::PageValidationError, "#{element.name} did not appear on #{self.name} as expected"
end
end
......
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