~nskaggs/ubuntu-ui-toolkit/add-popover-object-support

« back to all changes in this revision

Viewing changes to tests/unit_x11/tst_components/tst_textarea.qml

  • Committer: CI bot
  • Author(s): Zsombor Egri, Tarmac, Zoltán Balogh
  • Date: 2014-06-18 17:10:31 UTC
  • mfrom: (1000.76.9 landing_04-06)
  • Revision ID: ps-jenkins@lists.canonical.com-20140618171031-1s026ulaxymh2e9f
  [Leo Arias ]
  * On the autopilot helper for the header, fix the swipe to show
    when hidden.
  * Added a fixture for autopilot tests to use a fake home directory.
    Fixes: https://bugs.launchpad.net/bugs/1317639
  * Cleaned the containers in unity test using the alternate
    launcher.

  [ Christian Dywan ]   
  * Add a launcher with a switch for the QQMLEngine.

  [ Tim Peeters ]
  * Anchor the internal PageTreeNode of PageStack to fill its parent.
    Fixes: https://bugs.launchpad.net/bugs/1322527
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
555
555
        }
556
556
 
557
557
        function test_scroll_with_selected_text() {
 
558
            skip("Flaky test, feature needs rewrite");
558
559
            longText.focus = true;
559
560
            var handler = findChild(longText, "input_handler");
560
561
            verify(handler);
629
630
        }
630
631
 
631
632
        function test_press_and_hold_over_selected_text() {
 
633
            skip("Flaky test, feature will be rewritten");
632
634
            longText.focus = true;
633
635
            var handler = findChild(longText, "input_handler");
634
636
            var y = longText.height / 2;