Skip to content

Commit

Permalink
Re-enable testGetValueOfUserDefinedProperty test for Firefox (#11046)
Browse files Browse the repository at this point in the history
Re-enable testGetValueOfUserDefinedProperty test for Firefox.

Fixed in Firefox 105: https://bugzilla.mozilla.org/show_bug.cgi?id=1398792
  • Loading branch information
whimboo committed Sep 20, 2022
1 parent ccf6a45 commit 1a73c3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/test/org/openqa/selenium/ElementDomPropertyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ public void testMultiplePropertyShouldBeTrueWhenSelectHasMultipleWithValueAsSome
}

@Test
@NotYetImplemented(FIREFOX)
public void testGetValueOfUserDefinedProperty() {
driver.get(pages.userDefinedProperty);
WebElement element = driver.findElement(By.id("d"));
Expand Down

0 comments on commit 1a73c3f

Please sign in to comment.