Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
891a504ee7 | ||
|
|
f681e60778 |
@@ -32,6 +32,7 @@ final class Milestone6CalibrationUITests: XCTestCase {
|
|||||||
"ICCERY_TEST_WORKDIR": testWorkDir.path
|
"ICCERY_TEST_WORKDIR": testWorkDir.path
|
||||||
]
|
]
|
||||||
app.launch()
|
app.launch()
|
||||||
|
app.activate()
|
||||||
}
|
}
|
||||||
|
|
||||||
override func tearDown() async throws {
|
override func tearDown() async throws {
|
||||||
@@ -104,6 +105,7 @@ final class Milestone6CalibrationUITests: XCTestCase {
|
|||||||
app.launchEnvironment["ICCERY_TEST_ROOT"] = testRoot.path
|
app.launchEnvironment["ICCERY_TEST_ROOT"] = testRoot.path
|
||||||
app.launchEnvironment["ICCERY_MOCK_TARGEN_EXIT"] = "2"
|
app.launchEnvironment["ICCERY_MOCK_TARGEN_EXIT"] = "2"
|
||||||
app.launch()
|
app.launch()
|
||||||
|
app.activate()
|
||||||
|
|
||||||
let calButton = app.buttons["btnCalibratePrinter"]
|
let calButton = app.buttons["btnCalibratePrinter"]
|
||||||
XCTAssertTrue(calButton.waitForExistence(timeout: 10))
|
XCTAssertTrue(calButton.waitForExistence(timeout: 10))
|
||||||
|
|||||||
Reference in New Issue
Block a user