blockchainethereumblockchain-walleterc20erc721walletxdaidappdecentralizederc1155erc875iosswifttokens
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.
16 lines
521 B
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()
|
|
}
|
|
}
|
|
|