1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-31 16:50:09 +02:00

♻️ Open windows in same location

This commit is contained in:
2026-02-23 14:13:45 +01:00
parent 2ed8aa49bd
commit a83c1eecd6
19 changed files with 146 additions and 18 deletions

View File

@@ -58,8 +58,6 @@ final class SettingsTest: UITestCase {
assertExists(settingsWindowJa.staticTexts["prefs.language".localized(for: "ja")])
// Open the domains window
app.statusItems.firstMatch.click()
app.mainMenuItem(withText: "mi_domain_list".localized(for: "ja")).click()
let domainsWindowJa = app.windows["domain_list.title".localized(for: "ja")]
assertExists(domainsWindowJa, 2.0)