tests: uitests: Add a delay for nvram rename test

Seems to fail a bit otherwise
This commit is contained in:
Cole Robinson 2017-09-15 19:42:40 -04:00
parent 901dbaf4b7
commit 6b8f0b6e1a

View File

@ -122,4 +122,5 @@ class Details(unittest.TestCase):
uiutils.find_fuzzy(self.app.root, origname, "table cell").click() uiutils.find_fuzzy(self.app.root, origname, "table cell").click()
uiutils.find_pattern(self.app.root, "Shut Down", "push button").click() uiutils.find_pattern(self.app.root, "Shut Down", "push button").click()
time.sleep(.5)
self._testRename(origname, "test-new-name") self._testRename(origname, "test-new-name")