|
@@ -4,7 +4,7 @@
|
|
|
2. Expected:
|
|
2. Expected:
|
|
|
* Framed editor should be created.
|
|
* Framed editor should be created.
|
|
|
* Original element should disappear.
|
|
* Original element should disappear.
|
|
|
- * There should be a toolbar with "Bold" and "Italic" buttons.
|
|
|
|
|
|
|
+ * There should be a toolbar with "Bold", "Italic", "Undo" and "Redo" buttons.
|
|
|
3. Click "Destroy editor".
|
|
3. Click "Destroy editor".
|
|
|
4. Expected:
|
|
4. Expected:
|
|
|
* Editor should be destroyed.
|
|
* Editor should be destroyed.
|
|
@@ -17,5 +17,5 @@
|
|
|
* You can play with:
|
|
* You can play with:
|
|
|
* `editable.isReadOnly`,
|
|
* `editable.isReadOnly`,
|
|
|
* Changes to `editable.isFocused` should be logged to the console.
|
|
* Changes to `editable.isFocused` should be logged to the console.
|
|
|
-* Clicks on the buttons should be logged to the console.
|
|
|
|
|
|
|
+* Features should work.
|
|
|
|
|
|