1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 12:00:09 +02:00

🐛 Fix tests, fix issue with window to front

This commit is contained in:
2023-10-26 19:31:55 +02:00
parent e05300b25b
commit 91bc347e57
9 changed files with 81 additions and 56 deletions

View File

@ -58,6 +58,8 @@ final class MainMenuTest: UITestCase {
let app = launch(openMenu: true)
app.mainMenuItem(withText: "mi_preferences".localized).click()
Thread.sleep(forTimeInterval: 0.5)
assertExists(app.buttons["General"])
click(app.buttons["General"])