Skip to content

Commit fc5f207

Browse files
committed
Updated test as we do not have notifications for save/publish
1 parent 6a03239 commit fc5f207

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockGrid/ComplexBlockGridTest.spec.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,10 @@ test('can update property value nested in a block grid area with an RTE with a b
117117
await umbracoUi.content.clickSaveAndPublishButton();
118118

119119
// Assert
120-
await umbracoUi.content.doesSuccessNotificationHaveText(NotificationConstantHelper.success.saved, true, true);
121-
await umbracoUi.content.doesSuccessNotificationHaveText(NotificationConstantHelper.success.published, true, true);
120+
// await umbracoUi.content.doesSuccessNotificationHaveText(NotificationConstantHelper.success.saved, true, true);
121+
// await umbracoUi.content.doesSuccessNotificationHaveText(NotificationConstantHelper.success.published, true, true);
122+
await umbracoUi.content.isErrorNotificationVisible(false);
123+
await umbracoUi.waitForTimeout(1000);
122124
// Checks if published
123125
const contentData = await umbracoApi.document.getByName(contentName);
124126
expect(contentData.variants[0].state).toBe('Published');

0 commit comments

Comments
 (0)