QA Skip the known failing smoke test to avoid blocking other PRs (#20269)
Added skip for the failing smoke test
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