Files
Jot/Carthage/Checkouts/PromiseKit/Extensions/Social/Tests/TestSLComposeViewController.swift
James Griffin be7b6b5881 Add PromiseKit dependency
- Added PromiseKit dependency
2018-11-15 22:12:39 -04:00

17 lines
399 B
Swift

import XCTest
class UITest_SLComposeViewController_Swift: PMKiOSUITestCase {
func test_can_cancel() {
let app = XCUIApplication()
app.tables.staticTexts["5"].tap()
sleep(5) // takes longer than usual
app.alerts.buttons["Cancel"].tap()
sleep(3) // takes longer than usual (this may only pass when you look at it)
XCTAssertTrue(value)
}
}