File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public void testElementsShouldBeDisabledIfTheyAreDisabledUsingRandomDisabledStri
129
129
}
130
130
131
131
@ Test
132
- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/579 " )
132
+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594 " )
133
133
public void testShouldThrowExceptionIfSendingKeysToElementDisabledUsingRandomDisabledStrings () {
134
134
driver .get (pages .formPage );
135
135
WebElement disabledTextElement1 = driver .findElement (By .id ("disabledTextElement1" ));
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ public void testHiddenInputElementsAreNeverVisible() {
102
102
}
103
103
104
104
@ Test
105
- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/579" )
105
+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/579" )
106
106
public void testShouldNotBeAbleToClickOnAnElementThatIsNotDisplayed () {
107
107
driver .get (pages .javascriptPage );
108
108
WebElement element = driver .findElement (By .id ("unclickable" ));
@@ -112,7 +112,7 @@ public void testShouldNotBeAbleToClickOnAnElementThatIsNotDisplayed() {
112
112
}
113
113
114
114
@ Test
115
- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/579 " )
115
+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594 " )
116
116
public void testShouldNotBeAbleToTypeToAnElementThatIsNotDisplayed () {
117
117
driver .get (pages .javascriptPage );
118
118
WebElement element = driver .findElement (By .id ("unclickable" ));
You can’t perform that action at this time.
0 commit comments