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: 8.2
Choose a base ref
...
head repository: vaadin/testbench
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.3.0
Choose a head ref
  • 14 commits
  • 12 files changed
  • 3 contributors

Commits on Apr 16, 2025

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

Commits on Apr 23, 2025

  1. feat: Add TestBenchElement#getId (#1896)

    Fixes #1889
    
    (cherry picked from commit 52086eb)
    TatuLund authored and mshabarov committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    339e96a 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>
    
    (cherry picked from commit ecc2b33)
    TatuLund authored and mshabarov committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    981da8b View commit details
    Browse the repository at this point in the history
  3. feat: Add TestBenchElement#isReadOnly (#1895)

    Fixes #1879
    
    (cherry picked from commit 4e1cde4)
    TatuLund authored and mshabarov committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    5b10388 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, ...
    
    (cherry picked from commit 3914b81)
    TatuLund authored and mshabarov committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    a7b8cb5 View commit details
    Browse the repository at this point in the history
  5. feat: Add TestBenchElement#getChildren (#1898)

    (cherry picked from commit 822a6af)
    TatuLund authored and mshabarov committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    df859a2 View commit details
    Browse the repository at this point in the history
  6. fix: Override and deprecate getShadowRoot (#1904)

    (cherry picked from commit df5ca50)
    TatuLund authored and mshabarov committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    dad46dc View commit details
    Browse the repository at this point in the history
  7. feat: Add TestBenchElement#getParent (#1897)

    Fixes #1887
    
    (cherry picked from commit 5aa96f0)
    TatuLund authored and mshabarov committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    92f0579 View commit details
    Browse the repository at this point in the history
  8. fix: Focus on click (#1906)

    (cherry picked from commit 27a3232)
    TatuLund authored and mshabarov committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    f0855d4 View commit details
    Browse the repository at this point in the history
  9. feat: Add hover() to TestBenchElement (#1918)

    (cherry picked from commit 5d3a8b5)
    TatuLund authored and mshabarov committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    bb2f759 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

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

Commits on May 20, 2025

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

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    093d262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fd9901 View commit details
    Browse the repository at this point in the history
Loading