From 339ac42623e68aa8fa1676d83d26d3dc081c1872 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 18 Aug 2016 23:04:03 +0200 Subject: [PATCH] bdd: Mark :insert-text tests as @qtwebengine_todo --- tests/end2end/features/yankpaste.feature | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/end2end/features/yankpaste.feature b/tests/end2end/features/yankpaste.feature index 6d732d7c9..c738c9e26 100644 --- a/tests/end2end/features/yankpaste.feature +++ b/tests/end2end/features/yankpaste.feature @@ -217,6 +217,7 @@ Feature: Yanking and pasting. #### :insert-text + @qtwebengine_todo: :insert-text is not implemented yet Scenario: Inserting text into an empty text field When I open data/paste_primary.html And I run :click-element id qute-textarea @@ -225,6 +226,7 @@ Feature: Yanking and pasting. # Compare Then the text field should contain "Hello world" + @qtwebengine_todo: :insert-text is not implemented yet Scenario: Inserting text into a text field at specific position When I open data/paste_primary.html And I set the text field to "one two three four" @@ -238,6 +240,7 @@ Feature: Yanking and pasting. # Compare Then the text field should contain "onHello worlde two three four" + @qtwebengine_todo: :insert-text is not implemented yet Scenario: Inserting text into a text field with undo When I open data/paste_primary.html And I run :click-element id qute-textarea @@ -250,12 +253,14 @@ Feature: Yanking and pasting. # Compare Then the text field should contain "This text should stay" + @qtwebengine_todo: :insert-text is not implemented yet Scenario: Inserting text without a focused field When I open data/paste_primary.html And I run :enter-mode insert And I run :insert-text test Then the error "No element focused!" should be shown + @qtwebengine_todo: :insert-text is not implemented yet Scenario: Inserting text with a read-only field When I open data/paste_primary.html And I run :click-element id qute-textarea-noedit