Skip to content

enhance scrolling logic + version bump#2064

Merged
MohabMohie merged 11 commits intomainfrom
2061-scrolling-issue-with-scrolltoelement
Aug 22, 2025
Merged

enhance scrolling logic + version bump#2064
MohabMohie merged 11 commits intomainfrom
2061-scrolling-issue-with-scrolltoelement

Conversation

@MohabMohie
Copy link
Contributor

No description provided.

@MohabMohie MohabMohie linked an issue Aug 16, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 16, 2025

Codecov Report

❌ Patch coverage is 38.46154% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.26%. Comparing base (0090c8c) to head (356ed9f).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
...n/java/com/shaft/gui/element/internal/Actions.java 30.43% 13 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2064      +/-   ##
============================================
- Coverage     54.67%   52.26%   -2.42%     
+ Complexity     1482     1402      -80     
============================================
  Files           117      117              
  Lines         10618    10637      +19     
  Branches       1050     1055       +5     
============================================
- Hits           5805     5559     -246     
- Misses         4124     4405     +281     
+ Partials        689      673      -16     

☔ View full report in Codecov by Sentry.
📢 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.

dependabot bot and others added 10 commits August 22, 2025 08:17
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.27.0 to 7.27.2.
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.27.0...v7.27.2)

---
updated-dependencies:
- dependency-name: io.cucumber:cucumber-bom
  dependency-version: 7.27.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…13.2.0.jre11 (#2069)

Bump com.microsoft.sqlserver:mssql-jdbc

Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 13.1.1.jre11-preview to 13.2.0.jre11.
- [Release notes](https://github.com/Microsoft/mssql-jdbc/releases)
- [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/mssql-jdbc/commits)

---
updated-dependencies:
- dependency-name: com.microsoft.sqlserver:mssql-jdbc
  dependency-version: 13.2.0.jre11
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps io.rest-assured:json-schema-validator from 5.5.5 to 5.5.6.

---
updated-dependencies:
- dependency-name: io.rest-assured:json-schema-validator
  dependency-version: 5.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.5.5 to 5.5.6.
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

---
updated-dependencies:
- dependency-name: io.rest-assured:rest-assured
  dependency-version: 5.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.18.0...v5.19.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…toelement' into 2061-scrolling-issue-with-scrolltoelement

# Conflicts:
#	pom.xml
#	src/main/java/com/shaft/properties/internal/Internal.java
@MohabMohie MohabMohie merged commit fb1dc1f into main Aug 22, 2025
13 of 14 checks passed
@MohabMohie MohabMohie deleted the 2061-scrolling-issue-with-scrolltoelement branch August 22, 2025 05:35
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.

Scrolling issue with scrollToElement

1 participant