Increase timeout for interfaces screen loading

Interfaces screen API was changed and a new API call was added
to fetch bond default attributes.
So, test time available for interfaces screen loading is increased
to make the test more stable.

Implements blueprint nics-and-nodes-attributes-via-plugin

Change-Id: I7190be21d7f232ed34631ea5682778dec2cf59cf
This commit is contained in:
Julia Aranovich 2016-11-21 11:19:09 +03:00
parent 5dff6657d7
commit f5894ae993
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ registerSuite(() => {
.then(() => common.addNodesToCluster(1, 'Controller', null, 'Supermicro X9SCD'))
.clickByCssSelector('.node.pending_addition input[type=checkbox]:not(:checked)')
.clickByCssSelector('button.btn-configure-interfaces')
.assertElementAppears('div.ifc-list', 2000, 'Node interfaces loaded')
.assertElementAppears('div.ifc-list', 5000, 'Node interfaces loaded')
.then(
pollUntil(
() => window.$('div.ifc-list').is(':visible') || null,