bdd: Mark some hint tests as @qtwebengine_todo

This commit is contained in:
Florian Bruhin 2016-08-18 17:43:50 +02:00
parent 3dccd15663
commit 5e8254d470
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Feature: Using hints
### Opening in current or new tab
@qtwebengine_todo: createWindow is not implemented yet
Scenario: Following a hint and force to open in current tab.
When I open data/hints/link_blank.html
And I hint with args "links current" and follow a
@ -18,6 +19,7 @@ Feature: Using hints
Then the following tabs should be open:
- data/hello.txt (active)
@qtwebengine_todo: createWindow is not implemented yet
Scenario: Following a hint and allow to open in new tab.
When I open data/hints/link_blank.html
And I hint with args "links normal" and follow a
@ -26,6 +28,7 @@ Feature: Using hints
- data/hints/link_blank.html
- data/hello.txt (active)
@qtwebengine_todo: createWindow is not implemented yet
Scenario: Following a hint to link with sub-element and force to open in current tab.
When I open data/hints/link_span.html
And I run :tab-close

View File

@ -512,6 +512,7 @@ Feature: Various utility commands.
Then the page should not be scrolled
And the error "prompt-accept: This command is only allowed in prompt/yesno mode." should be shown
@qtwebengine_todo: createWindow is not implemented yet
Scenario: :repeat-command with mode-switching command
Given I open data/hints/link_blank.html
And I run :tab-only