Merge "Revert "Update for "nightly" functional ui tests.""

This commit is contained in:
Jenkins 2016-09-22 14:23:24 +00:00 committed by Gerrit Code Review
commit 9e1f5bf08b
2 changed files with 0 additions and 11 deletions

View File

@ -226,14 +226,8 @@ registerSuite(() => {
'Check that "Deployment History" results are saved'() {
this.timeout = 60000;
var activeHistoryPoint = historyPointSelector + '.active';
var tabNames = ['Dashboard', 'Nodes', 'Networks', 'Settings', 'Logs', 'Workflows'];
/*
FIXME: Uncomment after bugfix.
Bug: https://bugs.launchpad.net/fuel/+bug/1625115
var tabNames = ['Dashboard', 'Nodes', 'Networks', 'Settings', 'Logs', 'Workflows',
'Health Check'];
*/
var chain = this.remote;
chain = chain.then(() => clusterPage.goToTab('History'))
.assertElementsAppear(timelinePaneSelector, 5000, '"Timeline pane" appears')

View File

@ -310,14 +310,9 @@ registerSuite(() => {
.then(() => clusterPage.goToTab('Logs'))
.then(() => clusterPage.goToTab('Networks'))
.then(() => networksLib.checkMergedNetworksGrouping(networkNames))
/*
FIXME: Uncomment after bugfix.
Bug: https://bugs.launchpad.net/fuel/+bug/1625115
.then(() => clusterPage.goToTab('Health Check'))
.then(() => clusterPage.goToTab('Networks'))
.then(() => networksLib.checkMergedNetworksGrouping(networkNames))
*/
// Check after switching between "Networks" segments
.then(() => networksLib.goToNodeNetworkSubTab('Neutron L2'))
.assertElementsExist(allNetworksSelector, '"All Networks" segment exists and not selected')