Skip to content

Commit

Permalink
VBV-1771 - Delete ignored outdated UI tests (listed in the description)
Browse files Browse the repository at this point in the history
Change-Id: I04f5e3202cea9fea312c2e1bc53d304061083f16
Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/22809
Upgrade-Verified: jenkins <[email protected]>
Closures-Verified: jenkins <[email protected]>
Bellevue-Verified: jenkins <[email protected]>
CS-Verified: jenkins <[email protected]>
Reviewed-by: Iveta Ilieva <[email protected]>
  • Loading branch information
iilieva committed Dec 7, 2017
1 parent 849a01d commit b8e3e63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 310 deletions.
74 changes: 0 additions & 74 deletions ui/app/src/test/it/AddHostIT.js

This file was deleted.

8 changes: 4 additions & 4 deletions ui/app/src/test/it/components/containers/ContainersIT.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016 VMware, Inc. All Rights Reserved.
* Copyright (c) 2016-2017 VMware, Inc. All Rights Reserved.
*
* This product is licensed to you under the Apache License, Version 2.0 (the 'License').
* You may not use this product except in compliance with the License.
Expand All @@ -9,11 +9,11 @@
* conditions of the subcomponent's license, as noted in the LICENSE file.
*/


import services from 'core/services';
import links from 'core/links';
import utils from 'core/utils';
import { ContainerActions, NavigationActions } from 'actions/Actions';
import ContainersStore from 'stores/ContainersStore'; //eslint-disable-line

describe('Containers integration test', function() {

Expand Down Expand Up @@ -77,12 +77,12 @@ describe('Containers integration test', function() {
expect(createdDescription.parentDescriptionLink).not.toBeUndefined();
return services.loadDocument(description.parentDescriptionLink);
}).then((description) => {
clonedDescription = description;
clonedDescription = description;
// The cloned description parent link is empty...
expect(clonedDescription.parentDescriptionLink).toBeUndefined();
// ...and the created one points to it
expect(createdDescription.parentDescriptionLink).toEqual(
clonedDescription.documentSelfLink);
clonedDescription.documentSelfLink);
return services.loadDocument(templateLink);
}).then((template) => {
expect(template.descriptionLinks).toEqual([clonedDescription.documentSelfLink]);
Expand Down
232 changes: 0 additions & 232 deletions ui/app/src/test/it/components/hosts/PlacementZonesIT.js

This file was deleted.

0 comments on commit b8e3e63

Please sign in to comment.