v16 QA Remove smoke tag from flaky test (#19611)

* Remove from smoke tag

* Update tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithImageCropper.spec.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andreas Zerbst
2025-06-26 13:10:58 +02:00
committed by GitHub
parent c61fc7419c
commit e3c52afbbb

View File

@@ -22,7 +22,8 @@ test.afterEach(async ({umbracoApi}) => {
await umbracoApi.documentType.ensureNameNotExists(documentTypeName);
});
test('can create content with the image cropper data type', {tag: '@smoke'}, async ({umbracoApi, umbracoUi}) => {
// TODO: Investigate pipeline flakiness for this test. Reapply '@smoke' tag once the issue is resolved.
test('can create content with the image cropper data type', async ({umbracoApi, umbracoUi}) => {
// Arrange
const expectedState = 'Draft';
const dataTypeData = await umbracoApi.dataType.getByName(dataTypeName);