Adding SourceWidth and SourceHeight to ImageUrlGenerationOptions (#14499)
* Update Readme to signpost the Forum (#20268) Update README.md with information about the forum Making a small change to the Readme to signpost the Forum now that it's the place to go for help/questions * Adding SourceWidth and SourceHeight to ImageUrlGenerationOptions * Update src/Umbraco.Web.Common/Extensions/FriendlyImageCropperTemplateExtensions.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * QA Skip the known failing smoke test to avoid blocking other PRs (#20269) Added skip for the failing smoke test --------- Co-authored-by: Owain Williams <owaingdwilliams@gmail.com> Co-authored-by: Jason Elkin <jasonelkin86@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nhu Dinh <150406148+nhudinh0309@users.noreply.github.com>
This commit is contained in:
@@ -240,7 +240,9 @@ test('can remove a icon color from a block', async ({umbracoApi, umbracoUi}) =>
|
||||
expect(await umbracoApi.dataType.doesBlockEditorBlockContainIconColor(blockGridEditorName, contentElementTypeId, '')).toBeTruthy();
|
||||
});
|
||||
|
||||
test('can add a thumbnail to a block', {tag: '@smoke'}, async ({umbracoApi, umbracoUi}) => {
|
||||
// Remove skip when the front-end is ready. Currently it is not possible to add a thumbnail to a block
|
||||
// Issue link: https://github.com/umbraco/Umbraco-CMS/issues/20264
|
||||
test.skip('can add a thumbnail to a block', {tag: '@smoke'}, async ({umbracoApi, umbracoUi}) => {
|
||||
// Arrange
|
||||
const mediaName = 'TestMedia';
|
||||
await umbracoApi.media.ensureNameNotExists(mediaName);
|
||||
|
||||
Reference in New Issue
Block a user