mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
fix(test): adjust expected json
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
This commit is contained in:
parent
6eba9a9714
commit
7665ecc0b5
1 changed files with 7 additions and 4 deletions
|
|
@ -52,7 +52,8 @@ class TitleContentSlideTest extends TestCase {
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'EditTextObject.1' => [
|
'EditTextObject.1' => [
|
||||||
'SelectParagraph' => 0,
|
'SelectText' => [],
|
||||||
|
'UnoCommand' => '.uno:Cut',
|
||||||
'InsertText' => 'Content',
|
'InsertText' => 'Content',
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
@ -79,8 +80,9 @@ class TitleContentSlideTest extends TestCase {
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'EditTextObject.1' => [
|
'EditTextObject.1' => [
|
||||||
'SelectParagraph' => 0,
|
'SelectText' => [],
|
||||||
'InsertText' => 'Content' . PHP_EOL . 'Content',
|
'UnoCommand' => '.uno:Cut',
|
||||||
|
'InsertText' => '• Content' . PHP_EOL . '• Content',
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
@ -109,7 +111,8 @@ class TitleContentSlideTest extends TestCase {
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'EditTextObject.1' => [
|
'EditTextObject.1' => [
|
||||||
'SelectParagraph' => 0,
|
'SelectText' => [],
|
||||||
|
'UnoCommand' => '.uno:Cut',
|
||||||
'InsertText' => 'Content',
|
'InsertText' => 'Content',
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue