bdd: Mark :insert-text tests as @qtwebengine_todo

This commit is contained in:
Florian Bruhin 2016-08-18 23:04:03 +02:00
parent d2f69db0ff
commit 339ac42623

View File

@ -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