diff options
| -rw-r--r-- | bitbake/lib/toaster/tests/browser/test_layerdetails_page.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py b/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py index 6392d1efb6..f24fb093a5 100644 --- a/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py +++ b/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py | |||
| @@ -91,9 +91,10 @@ class TestLayerDetailsPage(SeleniumTestCase): | |||
| 91 | for btn in self.find_all("dd .glyphicon-edit"): | 91 | for btn in self.find_all("dd .glyphicon-edit"): |
| 92 | btn.click() | 92 | btn.click() |
| 93 | 93 | ||
| 94 | # Wait for the inputs to become visible | 94 | # Wait for the inputs to become visible after animation |
| 95 | self.wait_until_visible("#layer-git input[type=text]") | 95 | self.wait_until_visible("#layer-git input[type=text]") |
| 96 | self.wait_until_visible("dd textarea") | 96 | self.wait_until_visible("dd textarea") |
| 97 | self.wait_until_visible("dd .change-btn") | ||
| 97 | 98 | ||
| 98 | # Edit each value | 99 | # Edit each value |
| 99 | for inputs in self.find_all("#layer-git input[type=text]") + \ | 100 | for inputs in self.find_all("#layer-git input[type=text]") + \ |
