An advanced Ethereum/EVM mobile wallet
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
alpha-wallet-ios/TrustUITests/TrustUITests.swift

16 lines
521 B

// Copyright SIX DAY LLC. All rights reserved.
import XCTest
class TrustUITests: XCTestCase {
func testCreateWallet() {
// let app = XCUIApplication()
// app.buttons["CREATE WALLET"].tap()
// app.buttons["Do it later"].tap()
// app.alerts["Watch out!"].buttons["I understand"].tap()
// app.buttons["My Address"].tap()
// app.scrollViews.otherElements.buttons["Copy Wallet Address"].tap()
// app.navigationBars["Request ETH"].buttons["Cancel"].tap()
}
}