From 4d984d26c3bd930eac72f27aa3fb9165eaef056d Mon Sep 17 00:00:00 2001 From: kugiigi Date: Thu, 18 Mar 2021 16:01:33 +0800 Subject: Also apply show-events to Phone profile --- tests/test-menus.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/test-menus.cpp') diff --git a/tests/test-menus.cpp b/tests/test-menus.cpp index 1f73193..853c3c5 100644 --- a/tests/test-menus.cpp +++ b/tests/test-menus.cpp @@ -325,9 +325,17 @@ private: void InspectPhoneAppointments(GMenuModel* menu_model, bool can_open_planner) { auto submenu = g_menu_model_get_item_link(menu_model, 0, G_MENU_LINK_SUBMENU); + + // there shouldn't be any menuitems when "show events" is false + m_state->settings->show_events.set(false); + wait_msec(); + section = g_menu_model_get_item_link(submenu, Menu::Appointments, G_MENU_LINK_SECTION); + EXPECT_EQ(0, g_menu_model_get_n_items(section)); + g_clear_object(§ion); // clear all the appointments std::vector appointments; + m_state->settings->show_events.set(true); m_state->calendar_upcoming->appointments().set(appointments); wait_msec(); // wait a moment for the menu to update -- cgit v1.2.3