-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SITES-22027] Issue with Image Component Get caption from DAM field persistence #2757
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2757 +/- ##
=========================================
Coverage 87.17% 87.17%
Complexity 2683 2683
=========================================
Files 235 235
Lines 7166 7166
Branches 1094 1094
=========================================
Hits 6247 6247
Misses 363 363
Partials 556 556 ☔ View full report in Codecov by Sentry. |
...elenium/src/test/java/com/adobe/cq/wcm/core/components/it/seljup/tests/image/v3/ImageIT.java
Fixed
Show fixed
Hide fixed
Quality Gate passedIssues Measures |
@Tag("IgnoreOnSDK") | ||
@Test | ||
@DisplayName("Test: clear asset input field, get Dam info checkboxes become invisible V3") | ||
public void testClearAssetInputGetDamInfoCheckboxesNotVisible65() throws InterruptedException, TimeoutException { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note test
ImageIT.testClearAssetInputGetDamInfoCheckboxesNotVisible65
@Tag("IgnoreOn65") | ||
@Test | ||
@DisplayName("Test: clear asset input field, get Dam info checkboxes become invisible V3") | ||
public void testClearAssetInputGetDamInfoCheckboxesNotVisibleSDK() throws InterruptedException, TimeoutException { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note test
ImageIT.testClearAssetInputGetDamInfoCheckboxesNotVisibleSDK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
disabling checkboxes in case image is deleted from drop section