Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
LSantha committed May 8, 2024
2 parents 4836ca7 + d325f45 commit 1c0e3bb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ public void testNgdmImage() throws ClientException {
Assert.assertEquals(1, images.size());
Element img = images.first();
String imageSource = img.attr("src");
Assert.assertEquals("https://delivery-p132558-e1287654.adobeaemcloud.com/adobe/dynamicmedia/deliver/urn:aaid:aem:18a66ed0-a9ae-4cfd-b7b9-78175bd3336d/cutfruits.png?width=640&preferwebp=true&smartcrop=Large", imageSource);
Assert.assertEquals("https://delivery-p132558-e1287654.adobeaemcloud.com/adobe/assets/urn:aaid:aem:18a66ed0-a9ae-4cfd-b7b9-78175bd3336d/as/cutfruits.png?width=640&preferwebp=true&smartcrop=Large", imageSource);
}

public void testImages(Elements html) {
Expand Down

0 comments on commit 1c0e3bb

Please sign in to comment.