|
|
|
@ -12,15 +12,15 @@ class Screenshots: XCTestCase { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func testMakeScreenshots() { |
|
|
|
|
|
|
|
|
|
let app = XCUIApplication() |
|
|
|
|
|
|
|
|
|
snapshot("0Launch") |
|
|
|
|
|
|
|
|
|
app.buttons["GET STARTED"].tap() |
|
|
|
|
snapshot("1CreateWallet") |
|
|
|
|
app.buttons["IMPORT WALLET"].tap() |
|
|
|
|
|
|
|
|
|
snapshot("1ImportWallet") |
|
|
|
|
sleep(4) |
|
|
|
|
app.navigationBars["New Wallet"].buttons["Demo"].tap() |
|
|
|
|
app.navigationBars["Import Wallet"].buttons["Demo"].tap() |
|
|
|
|
|
|
|
|
|
app.buttons["Send"].tap() |
|
|
|
|
app.tables.textFields["Amount"].tap() |
|
|
|
|