~ci-train-staging-area/gmenuharness/trunk-copy-please-ignore

« back to all changes in this revision

Viewing changes to tests/functional/FunctionalTests.cpp

  • Committer: Bileto Bot
  • Date: 2016-06-15 13:45:40 UTC
  • mfrom: (23.1.5 add_enabled)
  • Revision ID: untrusted-ci-dev-bot@canonical.com-20160615134540-okrvao2iwpvrk9c3
add MenuItemMatcher::enabled()

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
            .item(mh::MenuItemMatcher()
131
131
                .label("Save")
132
132
                .action("app.save")
 
133
                .enabled(false)
133
134
            )
134
135
            .item(mh::MenuItemMatcher()
135
136
                .label("Quit")
136
137
                .action("app.quit")
 
138
                .enabled(true)
137
139
            )
138
140
        )
139
141
        .item(mh::MenuItemMatcher()