Skip to content

Commit 187a8ce

Browse files
authored
fix: remove no longer needed logic from Popover TestBench element (#7782)
1 parent 594151b commit 187a8ce

File tree

1 file changed

+0
-8
lines changed
  • vaadin-popover-flow-parent/vaadin-popover-testbench/src/main/java/com/vaadin/flow/component/popover/testbench

1 file changed

+0
-8
lines changed

vaadin-popover-flow-parent/vaadin-popover-testbench/src/main/java/com/vaadin/flow/component/popover/testbench/PopoverElement.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
package com.vaadin.flow.component.popover.testbench;
1717

18-
import org.openqa.selenium.SearchContext;
1918
import org.openqa.selenium.StaleElementReferenceException;
2019

2120
import com.vaadin.testbench.TestBenchElement;
@@ -27,13 +26,6 @@
2726
*/
2827
@Element("vaadin-popover")
2928
public class PopoverElement extends TestBenchElement {
30-
31-
@Override
32-
public SearchContext getContext() {
33-
// Find child elements inside the overlay,
34-
return getPropertyElement("_overlayElement");
35-
}
36-
3729
/**
3830
* Checks whether the popover is shown.
3931
*

0 commit comments

Comments
 (0)