Skip to content

Commit

Permalink
feat: Added HasLabelAsText interface to NativeButtonElement. (#19312)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpop authored May 7, 2024
1 parent f046a79 commit fe30566
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
package com.vaadin.flow.component.html.testbench;

import com.vaadin.testbench.HasLabelAsText;
import com.vaadin.testbench.TestBenchElement;
import com.vaadin.testbench.elementsbase.Element;

Expand All @@ -24,6 +25,7 @@
* @since 1.0
*/
@Element("button")
public class NativeButtonElement extends TestBenchElement {
public class NativeButtonElement extends TestBenchElement
implements HasLabelAsText {

}

0 comments on commit fe30566

Please sign in to comment.