Sha256: 965716c783a4ace1a342150cf6911a2e2397a0ef510343465ffdb343887e67d4

Contents?: true

Size: 809 Bytes

Versions: 4

Compression:

Stored size: 809 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.
 
 Here is Step implementation for the HomeScreen where we can use buttons from HomeScreen. We have to implement all the steps in the func HomeScreenSteps Or create another func if needed but we have register it in the intitialiser class. 
 */

import Foundation
import XCTest

class HomeScreenSteps: BaseScreen {
    
    func HomeScreenSteps() {
        
        MatchAll("I tap on crappy button") { (args, userInfo) -> Void in
            
            //self.waitAndTap(HomeScreen().crappyButton)
    
        }
        
    }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
xcfit-2.0.6 XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/HomeScreenSteps.swift
xcfit-2.0.4 XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/HomeScreenSteps.swift
xcfit-2.0.3 XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/HomeScreenSteps.swift
xcfit-2.0.2 XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/HomeScreenSteps.swift