Skip to content

chore: Add visual tests for more components (C-E) - #4833

Open
jperals wants to merge 14 commits into
mainfrom
dev-v3-jotresse-test-definitions-04
Open

chore: Add visual tests for more components (C-E)#4833
jperals wants to merge 14 commits into
mainfrom
dev-v3-jotresse-test-definitions-04

Conversation

@jperals

@jperals jperals commented Jul 24, 2026

Copy link
Copy Markdown
Member

Description

Ticket: D417180663

Related: CR-293462594

Note: excludes code editor for the time being because of issues with CSP. It is also excluded from CR-293462594, so it will still be run internally.

How has this been tested?

  • As checks in this PR
  • In my pipeline
Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.63%. Comparing base (c362929) to head (2d96313).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4833   +/-   ##
=======================================
  Coverage   97.63%   97.63%           
=======================================
  Files         957      957           
  Lines       31097    31097           
  Branches    11434    11434           
=======================================
  Hits        30361    30361           
  Misses        729      729           
  Partials        7        7           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

await this.waitForJsTimers(500);
}

async doubleClick(selector: string): Promise<void> {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

These two methods can be removed after this is released: cloudscape-design/browser-test-tools#243

description: 'Z-index',
tests: [
...[600, 1280].flatMap(width => [
...[600, 1280].flatMap<TestDefinition>(width => [

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Small refactor as follow-up from #4826 (comment)

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.

1 participant