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
* Updated block grid tests
* Updated notifications in tests
* Updated tests
* Added testIdAttribute
* Bumped version of testHelpers
* Added waits after creation
* Updated more tests related to notifications
* Bumped version
* Cleaned up
* updated tests
* Bumped version
* Updated tests
* bumped version
Copy file name to clipboardExpand all lines: tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockGrid/BlockGridWithPropertyEditor.spec.ts
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,7 @@ test('can not publish a block grid with a mandatory radiobox without a value', a
// Needs to be updated as we are not asserting on save or publish notifications as we did in 15
68
-
test.fixme('can update property value nested in a block grid area with an RTE with a block list editor',{tag: '@smoke'},async({umbracoApi, umbracoUi})=>{
67
+
test('can update property value nested in a block grid area with an RTE with a block list editor',{tag: '@smoke'},async({umbracoApi, umbracoUi})=>{
69
68
test.slow();
70
69
// Arrange
71
70
// ElementType with Textstring And REGEX only accept letters and numbers
@@ -106,10 +105,9 @@ test.fixme('can update property value nested in a block grid area with an RTE wi
Copy file name to clipboardExpand all lines: tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockGrid/SecondLevelBlockProperties.spec.ts
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,7 @@ test('can publish a block grid editor with a rich text editor', async ({umbracoA
0 commit comments