mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 20:10:08 +02:00
✅ Add tests for domain list interaction
This commit is contained in:
@ -67,8 +67,8 @@ final class StartupTest: UITestCase {
|
||||
|
||||
// Note: If this fails here, make sure the menu bar item can be displayed
|
||||
// If you use Bartender or something like this, this item may be hidden and tests will fail
|
||||
let statusBarItem = app.statusItems.firstMatch
|
||||
statusBarItem.click()
|
||||
app.statusItems.firstMatch.click()
|
||||
|
||||
assertAllExist([
|
||||
// "Switch to PHP 8.1 (php)" should be visible since it is aliased to `php`
|
||||
app.menuItems["\("mi_php_switch".localized) 8.1 (php)"],
|
||||
|
Reference in New Issue
Block a user