Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/fixtures/ListItem.md')
-rw-r--r--cypress/fixtures/ListItem.md62
1 files changed, 62 insertions, 0 deletions
diff --git a/cypress/fixtures/ListItem.md b/cypress/fixtures/ListItem.md
new file mode 100644
index 000000000..97ff201f8
--- /dev/null
+++ b/cypress/fixtures/ListItem.md
@@ -0,0 +1,62 @@
+## creates todo lists
+
+* todo\_item
+
+---
+
+* [ ] todo\_item
+
+## removes the list when toggling todo off
+
+* [ ] todo\_item
+
+---
+
+todo\_item
+
+## creates a bullet list
+
+bulletListItem
+
+---
+
+* bulletListItem
+
+## only toggles one list item
+
+* todo\_item
+* not todo
+
+---
+
+* [ ] todo\_item
+* not todo
+
+## toggles two list items separately
+
+* todo\_item
+* not todo
+* todo\_item
+
+---
+
+* [ ] todo\_item
+* not todo
+* [ ] todo\_item
+
+## toggle off todo list item should turn it into normal list item
+
+* not todo
+* [ ] todo\_item
+
+---
+
+* not todo
+
+todo\_item
+
+---
+
+* not todo
+* todo\_item
+