Sha256: 198aa3fef318d85fc432928ec75112970cbd6e61e62600ab9dd07710ae105355
Contents?: true
Size: 691 Bytes
Versions: 8
Compression:
Stored size: 691 Bytes
Contents
// // // Created by XCFit Framework // 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 */ import Foundation import XCTest class HomeScreenTest: HomeScreen { func testHomeScreen() { //HomeScreen().crappyButtuon.tapOnceVisible(testCase: self) XCTAssertFalse(HomeScreen().crappyButtuon.exists) } }
Version data entries
8 entries across 5 versions & 1 rubygems