You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test('invariant document type with invariant block grid with variant block with an invariant textString',async({umbracoApi, umbracoUi})=>{
67
+
test('can not create unsupported invariant document type with invariant block grid with variant block with an invariant textString',async({umbracoApi, umbracoUi})=>{
// Remove fixme when this test works. Currently, the textstring value is not saved when saving / publishing the document
93
-
test.fixme('invariant document type with invariant block grid with variant block with an variant textString',async({umbracoApi, umbracoUi})=>{
85
+
test('can not create unsupported invariant document type with invariant block grid with variant block with an variant textString',async({umbracoApi, umbracoUi})=>{
test('invariant document type with invariant block list with variant block with an invariant textString',async({umbracoApi, umbracoUi})=>{
67
+
test('can not create unsupported invariant document type with invariant block list with variant block with an invariant textString',async({umbracoApi, umbracoUi})=>{
// Remove fixme when this test works. Currently the textstring value is is not saved when saving / publishing the document
93
-
test.fixme('invariant document type with invariant block list with variant block with an variant textString',async({umbracoApi, umbracoUi})=>{
85
+
test('can not create unsupported invariant document type with invariant block list with variant block with an variant textString',async({umbracoApi, umbracoUi})=>{
test('invariant document type with invariant tiptap RTE with variant block with an invariant textString',async({umbracoApi, umbracoUi})=>{
68
+
test('can not create unsupported invariant document type with invariant tiptap RTE with variant block with an invariant textString',async({umbracoApi, umbracoUi})=>{
// Remove fixme when this test works. Currently the textstring value is is not saved when saving / publishing the document
94
-
test.fixme('invariant document type with invariant tiptap RTE with variant block with an variant textString',async({umbracoApi, umbracoUi})=>{
86
+
test('can not create unsupported invariant document type with invariant tiptap RTE with variant block with an variant textString',async({umbracoApi, umbracoUi})=>{
0 commit comments