Skip to content

Commit 1a73c3f

Browse files
authored
Re-enable testGetValueOfUserDefinedProperty test for Firefox (#11046)
Re-enable testGetValueOfUserDefinedProperty test for Firefox. Fixed in Firefox 105: https://bugzilla.mozilla.org/show_bug.cgi?id=1398792
1 parent ccf6a45 commit 1a73c3f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

java/test/org/openqa/selenium/ElementDomPropertyTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ public void testMultiplePropertyShouldBeTrueWhenSelectHasMultipleWithValueAsSome
188188
}
189189

190190
@Test
191-
@NotYetImplemented(FIREFOX)
192191
public void testGetValueOfUserDefinedProperty() {
193192
driver.get(pages.userDefinedProperty);
194193
WebElement element = driver.findElement(By.id("d"));

0 commit comments

Comments
 (0)