Sha256: 6347c7aef546ad6844936283017db85487109c41f92fc0c5271c7c1cd8b8cf62
Contents?: true
Size: 533 Bytes
Versions: 8
Compression:
Stored size: 533 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 file stores all the XCUIElements for the perticular screen or feature so that our steps become readable. */ import Foundation import XCTest enum FeatureElements { // static let welcomeButton = XCUIApplication().buttons["hello"] }
Version data entries
8 entries across 8 versions & 1 rubygems