Merge branch 'main' into v17/dev
# Conflicts: # src/Umbraco.Infrastructure/Persistence/Repositories/Implement/MediaRepository.cs # src/Umbraco.Web.UI.Client/src/apps/preview/preview.context.ts # src/Umbraco.Web.UI.Client/src/packages/core/repository/repository-items.manager.ts
This commit is contained in:
@@ -60,6 +60,8 @@ test('can publish content with the image cropper data type', {tag: '@smoke'}, as
|
||||
// Act
|
||||
await umbracoUi.content.goToContentWithName(contentName);
|
||||
await umbracoUi.content.uploadFile(imageFilePath);
|
||||
// Wait for the upload to complete
|
||||
await umbracoUi.waitForTimeout(1000);
|
||||
await umbracoUi.content.clickSaveAndPublishButton();
|
||||
|
||||
// Assert
|
||||
|
||||
Reference in New Issue
Block a user