Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Removed @bender annotations from manual tests (*.md files).
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Dec 1, 2016
1 parent d062941 commit 5a9f64b
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 50 deletions.
3 changes: 0 additions & 3 deletions tests/manual/tickets/401/1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@bender-ui: collapsed
@bender-tags: ticket, 401, iteration4

### Selection direction manual test [#401](https://github.com/ckeditor/ckeditor5-engine/issues/401)

1. Click somewhere in word "amet".
Expand Down
3 changes: 0 additions & 3 deletions tests/manual/tickets/462/1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@bender-ui: collapsed
@bender-tags: ticket, 462, iteration4

### Selection attributes conversion test [#462](https://github.com/ckeditor/ckeditor5-engine/issues/462)

#### Test 1
Expand Down
3 changes: 0 additions & 3 deletions tests/manual/tickets/475/1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@bender-ui: collapsed
@bender-tags: ticket, 475, 0.1.0, iteration1

### Auto-linking manual test [#475](https://github.com/ckeditor/ckeditor5-engine/issues/475)

- put the caret at the end of the line,
Expand Down
3 changes: 0 additions & 3 deletions tests/manual/tickets/603/1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@bender-ui: collapsed
@bender-tags: ticket, 603, iteration4

### Selection events test [#603](https://github.com/ckeditor/ckeditor5-engine/issues/603)

Test that each selection change fires:
Expand Down
3 changes: 0 additions & 3 deletions tests/manual/tickets/629/1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@bender-ui: collapsed
@bender-tags: ticket, 629, iteration4

### Selection infinite loop [#629](https://github.com/ckeditor/ckeditor5-engine/issues/629)

Before testing open console.
Expand Down
3 changes: 0 additions & 3 deletions tests/view/manual/clickobserver.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@bender-ui: collapsed
@bender-tags: view

- Open console.
- Click Clicker A.
- 2 events should be fired.
Expand Down
3 changes: 0 additions & 3 deletions tests/view/manual/fakeselection.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@bender-ui: collapsed
@bender-tags: view

## Fake selection

Click on bold `bar` to create fake selection over it before each of following steps:
Expand Down
3 changes: 0 additions & 3 deletions tests/view/manual/focus.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@bender-ui: collapsed
@bender-tags: view

* Click `Focus first editable` button.
* First editable should be focused and selection around `bar` should be visible.
* Click `Focus second editable` button.
Expand Down
3 changes: 0 additions & 3 deletions tests/view/manual/focusobserver.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@bender-ui: collapsed
@bender-tags: view

Focused editable should be green.
Blurred editable should be red.

Expand Down
3 changes: 0 additions & 3 deletions tests/view/manual/immutable.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
@bender-ui: collapsed
@bender-tags: view

It should not be possible to move selection nor modify document.
3 changes: 0 additions & 3 deletions tests/view/manual/inline-filler.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@bender-ui: collapsed
@bender-tags: view

* initialization expected: `foo{}bar`
* press arrow left,
* expected: `fo{}obar`
Expand Down
2 changes: 0 additions & 2 deletions tests/view/manual/keyobserver.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@bender-ui: collapsed
@bender-tags: view
* Expected initialization: `foo{}bar`.
* Press some keys - nothing should be added to editor's contents.
* Check whether key events are logged to the console with proper data:
Expand Down
3 changes: 0 additions & 3 deletions tests/view/manual/mutationobserver.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@bender-ui: collapsed
@bender-tags: view

Try to:

* type,
Expand Down
3 changes: 0 additions & 3 deletions tests/view/manual/noselection-iframe.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
@bender-ui: collapsed
@bender-tags: view

It should not be possible to put selection in the editor placed in iframe.
3 changes: 0 additions & 3 deletions tests/view/manual/noselection.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
@bender-ui: collapsed
@bender-tags: view

It should not be possible to put selection in the editor.
3 changes: 0 additions & 3 deletions tests/view/manual/selectionobserver.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@bender-ui: collapsed
@bender-tags: view

### Move selection

Selection should be moved and event should be fired (see console),
Expand Down
3 changes: 0 additions & 3 deletions tests/view/manual/x-index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@bender-ui: collapsed
@bender-tags: view

* initialization expected: `fo{}o`
* press down arrow 3 times
* caret should be at: `ba{}r`
Expand Down

0 comments on commit 5a9f64b

Please sign in to comment.