~osomon/webbrowser-app/hangouts-ua-overrides

« back to all changes in this revision

Viewing changes to tests/autopilot/webbrowser_app/tests/test_contextmenu.py

  • Committer: CI Train Bot
  • Author(s): Olivier Tilloy
  • Date: 2016-03-10 05:59:50 UTC
  • mfrom: (1329.3.18 touch-selection-api)
  • Revision ID: ci-train-bot@canonical.com-20160310055950-b53ul49h6jfkwrrt
Add a touch selection controller. Fixes: #1376268, #1551494
Approved by: Alexandre Abreu

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
2
2
#
3
 
# Copyright 2015 Canonical
 
3
# Copyright 2015-2016 Canonical
4
4
#
5
5
# This program is free software: you can redistribute it and/or modify it
6
6
# under the terms of the GNU General Public License version 3, as published
137
137
        self.menu.click_action("CopyImageContextualAction")
138
138
 
139
139
 
 
140
@testtools.skipIf(model() != "Desktop", "on desktop only")
140
141
class TestContextMenuTextArea(TestContextMenuBase):
141
142
 
142
143
    def setUp(self):