Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vaadin/testbench
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.3.11
Choose a base ref
...
head repository: vaadin/testbench
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.4.0
Choose a head ref
  • 17 commits
  • 29 files changed
  • 6 contributors

Commits on Apr 1, 2025

  1. Configuration menu
    Copy the full SHA
    52086eb View commit details
    Browse the repository at this point in the history
  2. feat: Add HasValidation mixin interface (#1899)

    * feat: Add HasValidation mixin interface
    
    * Update vaadin-testbench-shared/src/main/java/com/vaadin/testbench/HasValidation.java
    
    Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
    TatuLund and mshabarov authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    ecc2b33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e1cde4 View commit details
    Browse the repository at this point in the history
  4. feat: Add HasClearButton mixin interface (#1903)

    Fixes #1902
    
    This interface should be implemented by TextFieldElement, ComboBoxElement, MultiSelectComboBoxElement, DatePickerElement, ...
    TatuLund authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    3914b81 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    822a6af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df5ca50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aa96f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Configuration menu
    Copy the full SHA
    27a3232 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Configuration menu
    Copy the full SHA
    5d3a8b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Configuration menu
    Copy the full SHA
    146dc42 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    6c10b26 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Update pom.xml (#1934)

    ZheSun88 authored May 20, 2025
    Configuration menu
    Copy the full SHA
    81f10b5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. feat: Add exists parameter to Attribute annotation (#1941)

    * feat: Add exists parameter to Attribute annotation
    
    This adds an option to require no attribute with the given name to be present on a given TestBenchElement.
    
    Fixes #1850
    
    * fix test
    mshabarov authored May 26, 2025
    Configuration menu
    Copy the full SHA
    f4c546e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. chore: Selenium 4.33.0 (#1942)

    Co-authored-by: Guille <alvarezguille@users.noreply.github.com>
    Artur- and alvarezguille authored May 28, 2025
    Configuration menu
    Copy the full SHA
    3fa741a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Configuration menu
    Copy the full SHA
    0ed5225 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Configuration menu
    Copy the full SHA
    6f8ccba View commit details
    Browse the repository at this point in the history
  2. chore: reverted deprecation notice for getAttribute (#1950)

    Selenium reverted the deprecation for getAttribute method after community feedback.
    This change removes the deprecation also from TestbenchElement class.
    
    Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
    mcollovati and mshabarov authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    a445260 View commit details
    Browse the repository at this point in the history
Loading