diff --git a/horizon/test/webdriver.py b/horizon/test/webdriver.py index 595e23d97a..5c57f74822 100644 --- a/horizon/test/webdriver.py +++ b/horizon/test/webdriver.py @@ -40,7 +40,7 @@ class WrapperFindOverride(object): """Mixin for overriding find_element methods.""" def find_element(self, by=by.By.ID, value=None): - repeat = range(2) + repeat = range(10) for i in repeat: try: web_el = super().find_element(by, value) @@ -51,7 +51,7 @@ class WrapperFindOverride(object): self) def find_elements(self, by=by.By.ID, value=None): - repeat = range(2) + repeat = range(10) for i in repeat: try: web_els = super().find_elements(by, value) diff --git a/openstack_dashboard/static/app/core/images/steps/create-image/create-image.html b/openstack_dashboard/static/app/core/images/steps/create-image/create-image.html index 26aa31034e..71f70ffbed 100644 --- a/openstack_dashboard/static/app/core/images/steps/create-image/create-image.html +++ b/openstack_dashboard/static/app/core/images/steps/create-image/create-image.html @@ -76,15 +76,9 @@ -
- - - - +
+
@@ -239,7 +233,7 @@ Visibility
-
+
-
+