mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-03-28 23:00:07 +01:00
♻️ Lint tests, add background update check
This commit is contained in:
@@ -35,7 +35,7 @@ final class DomainsListTest: UITestCase {
|
||||
searchField.click()
|
||||
searchField.typeText("non-existent thing")
|
||||
Thread.sleep(forTimeInterval: 0.2)
|
||||
XCTAssertTrue(window.tables.tableRows.count == 0)
|
||||
XCTAssertTrue(window.tables.tableRows.count == 0) // swiftlint:disable:this empty_count
|
||||
|
||||
searchField.clearText()
|
||||
searchField.click()
|
||||
|
||||
@@ -26,7 +26,7 @@ final class StartupTest: UITestCase {
|
||||
assertAllExist([
|
||||
app.dialogs["generic.notice".localized],
|
||||
app.staticTexts["startup.errors.php_binary.title".localized],
|
||||
app.buttons["generic.ok".localized],
|
||||
app.buttons["generic.ok".localized]
|
||||
])
|
||||
click(app.buttons["generic.ok".localized])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user