XCFit_Templates/XCFit/XCUI POM Test Bundle Base.xctemplate/HomeScreenTest.swift in xcfit-2.0.7 vs XCFit_Templates/XCFit/XCUI POM Test Bundle Base.xctemplate/HomeScreenTest.swift in xcfit-2.0.8
- old
+ new
@@ -4,27 +4,22 @@
// Copyright © 2016 XCFit Framework. All rights reserved.
//
//
/*
-
+
This is sample code created by XCFit Framework and can be edited/Removed as per your project need. You can also re-arrange Xcode Groups and directories as per your need.
-
- This is sample test which demonstrate use of Page Objects and common extensions. We can access any page or section from test method
-
+
+ This is sample test which demonstrate use of Page Objects and common extensions. We can access any page or section from test method
+
*/
import Foundation
import XCTest
class HomeScreenTest: HomeScreen {
-
+
func testHomeScreen() {
-
- //HomeScreen().crappyButtuon.tapOnceVisible(testCase: self)
- XCTAssertFalse(HomeScreen().crappyButtuon.exists)
-
+ givenILaunchedApplication()
}
-
-
-
+
}