uitests: Make sure we hit details perf page coverage

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-09-30 17:44:15 -04:00
parent af63df9793
commit 0643adfc49

View File

@ -64,7 +64,7 @@ def testDetailsHardwareSmokeTestAlternate(app):
win = _testSmokeTest(app, "test alternate devs title")
win.find("Details", "page tab").click()
_select_hw(app, win, "Performance", "performance-tab")
app.sleep(.2) # wait for polling to trigger perf updates
app.sleep(1) # wait for polling to trigger perf updates
def _testRename(app, win, origname, newname):