Skip to content

Commit

Permalink
Bug 1259754 - Adding tests to cover some missing scenarios in AS Test…
Browse files Browse the repository at this point in the history
… Suite

adding here UI TopSites tests
  • Loading branch information
isabelrios committed Apr 28, 2017
1 parent 6c1e026 commit 2c481f4
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 172 deletions.
4 changes: 0 additions & 4 deletions Client.xcodeproj/project.pbxproj
Expand Up @@ -341,7 +341,6 @@
7BA4A9651C4D007B0091D032 /* Deferred.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BA4A9631C4CFE840091D032 /* Deferred.framework */; };
7BA4A9661C4D008C0091D032 /* Deferred.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BA4A9631C4CFE840091D032 /* Deferred.framework */; };
7BA8D1C71BA037F500C8AE9E /* OpenInHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BA8D1C61BA037F500C8AE9E /* OpenInHelper.swift */; };
7BB20B6D1B71160200F1657F /* TopSitesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BB20B6C1B71160200F1657F /* TopSitesTests.swift */; };
7BBFEE741BB405D900A305AA /* TabManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBFEE731BB405D900A305AA /* TabManagerTests.swift */; };
7BC68CC61CC152B70043562A /* MenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BC68CBA1CC152B70043562A /* MenuItem.swift */; };
7BC68CC71CC152B70043562A /* MenuItemImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BC68CBB1CC152B70043562A /* MenuItemImageView.swift */; };
Expand Down Expand Up @@ -1558,7 +1557,6 @@
7BA4A94B1C4CF03B0091D032 /* SwiftKeychainWrapper.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftKeychainWrapper.framework; path = Carthage/Build/iOS/SwiftKeychainWrapper.framework; sourceTree = "<group>"; };
7BA4A9631C4CFE840091D032 /* Deferred.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Deferred.framework; path = Carthage/Build/iOS/Deferred.framework; sourceTree = "<group>"; };
7BA8D1C61BA037F500C8AE9E /* OpenInHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OpenInHelper.swift; sourceTree = "<group>"; };
7BB20B6C1B71160200F1657F /* TopSitesTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TopSitesTests.swift; sourceTree = "<group>"; };
7BBFEE731BB405D900A305AA /* TabManagerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TabManagerTests.swift; sourceTree = "<group>"; };
7BC68CBA1CC152B70043562A /* MenuItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MenuItem.swift; sourceTree = "<group>"; };
7BC68CBB1CC152B70043562A /* MenuItemImageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MenuItemImageView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2949,7 +2947,6 @@
D3CFD3631CC5605B0064AB4A /* SecurityTests.swift */,
D3C3EB641B6FF44000388E9A /* SessionRestoreTests.swift */,
744B0FFD1B4F172E00100422 /* ToolbarTests.swift */,
7BB20B6C1B71160200F1657F /* TopSitesTests.swift */,
D375A91F1AE71675001B30D5 /* ViewMemoryLeakTests.swift */,
D39FA1611A83E0EC00EE869C /* Supporting Files */,
);
Expand Down Expand Up @@ -5226,7 +5223,6 @@
D375A9201AE71675001B30D5 /* ViewMemoryLeakTests.swift in Sources */,
D313BE981B2F5096009EF241 /* DomainAutocompleteTests.swift in Sources */,
4F97573C1AFA6F37006ECC24 /* ReaderViewUITests.swift in Sources */,
7BB20B6D1B71160200F1657F /* TopSitesTests.swift in Sources */,
D3CFD3641CC5605B0064AB4A /* SecurityTests.swift in Sources */,
D39FA1831A83E87900EE869C /* NavigationTests.swift in Sources */,
D3C3EB651B6FF44000388E9A /* SessionRestoreTests.swift in Sources */,
Expand Down
Expand Up @@ -167,9 +167,6 @@
<Test
Identifier = "SettingsTests">
</Test>
<Test
Identifier = "TopSitesTests">
</Test>
<Test
Identifier = "TopTabsTests">
</Test>
Expand Down
145 changes: 0 additions & 145 deletions UITests/TopSitesTests.swift

This file was deleted.

0 comments on commit 2c481f4

Please sign in to comment.