Skip to content
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-22335] fix e2e tests for 6.5 and SDK #2826

Merged
merged 3 commits into from
Jul 31, 2024
Merged

[SITES-22335] fix e2e tests for 6.5 and SDK #2826

merged 3 commits into from
Jul 31, 2024

Conversation

YahorC
Copy link
Contributor

@YahorC YahorC commented Jul 30, 2024

Q                       A
Fixed Issues? https://jira.corp.adobe.com/browse/SITES-22335
Patch: Bug Fix?
Minor: New Feature?
Major: Breaking Change?
Tests Added + Pass? Yes
Documentation Provided Yes (code comments and or markdown)
Any Dependency Changes?
License Apache License, Version 2.0

@YahorC YahorC added this to the 2.26.0 milestone Jul 30, 2024
@YahorC YahorC requested a review from a team July 30, 2024 20:16
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.21%. Comparing base (1975483) to head (c1a65d4).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2826   +/-   ##
=========================================
  Coverage     87.21%   87.21%           
  Complexity     2690     2690           
=========================================
  Files           235      235           
  Lines          7173     7173           
  Branches       1096     1096           
=========================================
  Hits           6256     6256           
  Misses          363      363           
  Partials        554      554           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -88,6 +89,11 @@ public void setDescription(String value) {
$(description).sendKeys(value);
}

public void setALTText(String value) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

camelCase

Suggested change
public void setALTText(String value) {
public void setAltText(String value) {

@@ -433,6 +433,7 @@ public void testNoImageTeaser() throws TimeoutException, InterruptedException {
assertEquals(editDialog.getAssetWithoutDescriptionErrorMessage(), "Error: Please provide an asset which has a description that can be used as alt text.");
editDialog.checkImageFromPageImage();
editDialog.checkAltTextFromAssetDescription();
editDialog.setALTText("alt");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

camelCase

Suggested change
editDialog.setALTText("alt");
editDialog.setAltText("alt");

Copy link

sonarcloud bot commented Jul 31, 2024

@YahorC YahorC merged commit 6dd7208 into main Jul 31, 2024
12 checks passed
@YahorC YahorC deleted the fix_e2e_tests branch July 31, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants