Skip to content

Commit

Permalink
Add system menus.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 25, 2023
1 parent 86b6d86 commit 045a1a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testbed/tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,10 @@ async def test_main_window_toolbar(app, main_window, main_window_probe):
assert not main_window_probe.has_toolbar()


# async def test_system_menus(app_probe):
# """System-specific menus behave as expected"""
# # Check that the system menus (which can be platform specific) exist.
# app_probe.assert_system_menus()
async def test_system_menus(app_probe):
"""System-specific menus behave as expected"""
# Check that the system menus (which can be platform specific) exist.
app_probe.assert_system_menus()


async def test_menu_about(monkeypatch, app, app_probe):
Expand Down

0 comments on commit 045a1a2

Please sign in to comment.