Skip to content

Commit

Permalink
SITES-14549 - Testing next release
Browse files Browse the repository at this point in the history
 * disabled failing UI tests on Jenkins which were suitable only for local execution
  • Loading branch information
LSantha committed Jul 28, 2023
1 parent 9c8e242 commit 20bd3d2
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,27 +237,35 @@ public void testSetAssetWithoutDescription() throws TimeoutException, Interrupte
imageTests.testSetAssetWithoutDescriptionV3();
}

@Tag("IgnoreOnSDK")
@Tag("IgnoreOn65")
@Test
@Ignore
@DisplayName("Test : NextGen DM image smart crop dialog.")
public void testSmartCropDialogOnNGDMImageV3() throws TimeoutException, InterruptedException, ClientException {
imageTests.testNGDMSmartCropDialogImageV3();
}

@Tag("IgnoreOnSDK")
@Tag("IgnoreOn65")
@Test
@Ignore
@DisplayName("Test : NextGen DM image smart crop - select aspect ratio from list.")
public void testSmartCropDialogOnNGDMImageV3_aspectRatioSelection() throws TimeoutException, InterruptedException, ClientException {
imageTests.testNGDMSmartCropDialogImageV3_aspectRatioSelection();
}

@Tag("IgnoreOnSDK")
@Tag("IgnoreOn65")
@Test
@Ignore
@DisplayName("Test : NextGen DM image smart crop - select custom aspect ratio.")
public void testSmartCropDialogOnNGDMImageV3_customAspectRatio() throws TimeoutException, InterruptedException, ClientException {
imageTests.testNGDMSmartCropDialogImageV3_customAspectRatio();
}

@Tag("IgnoreOnSDK")
@Tag("IgnoreOn65")
@Test
@Ignore
@DisplayName("Test : NextGen DM image smart crop - flip aspect ratio.")
Expand Down

0 comments on commit 20bd3d2

Please sign in to comment.