~fboucault/ubuntu-ui-toolkit/fix_startup_theme_selection

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntuuitoolkit/tests/gallery/test_buttons.py

  • Committer: Tarmac
  • Author(s): Zoltán Balogh
  • Date: 2016-01-04 19:15:40 UTC
  • mfrom: (1793.1.1 staging)
  • Revision ID: tarmac-20160104191540-0j841zgaeoaekfpv
Fix the tests for the gallery change in rev1785.

Approved by Christian Dywan, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
            text="Call")),
35
35
        ('button with color', dict(
36
36
            button_name="button_color", is_enabled=True,
37
 
            color=[0, 161, 50, 255], icon=None, text="Call Ctrl+C")),
 
37
            color=[0, 161, 50, 255], icon=None, text="C&all Ctrl+L")),
38
38
        ('button with icon', dict(
39
39
            button_name="button_iconsource", is_enabled=True, color=None,
40
40
            icon="call.png", text=None)),