mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 03:50:08 +02:00
✅ Click through the preferences panes
This commit is contained in:
@ -40,6 +40,18 @@ final class MainMenuTest: UITestCase {
|
|||||||
final func test_can_open_settings() throws {
|
final func test_can_open_settings() throws {
|
||||||
let app = launch(openMenu: true)
|
let app = launch(openMenu: true)
|
||||||
app.mainMenuItem(withText: "mi_preferences".localized).click()
|
app.mainMenuItem(withText: "mi_preferences".localized).click()
|
||||||
|
|
||||||
|
assertExists(app.buttons["General"])
|
||||||
|
click(app.buttons["General"])
|
||||||
|
|
||||||
|
assertExists(app.buttons["Appearance"])
|
||||||
|
click(app.buttons["Appearance"])
|
||||||
|
|
||||||
|
assertExists(app.buttons["Visibility"])
|
||||||
|
click(app.buttons["Visibility"])
|
||||||
|
|
||||||
|
assertExists(app.buttons["Notifications"])
|
||||||
|
click(app.buttons["Notifications"])
|
||||||
}
|
}
|
||||||
|
|
||||||
final func test_can_quit_app() throws {
|
final func test_can_quit_app() throws {
|
||||||
|
Reference in New Issue
Block a user