@@ -102,7 +102,7 @@ public void testShouldNotBeAbleToSubmitAFormThatDoesNotExist() {
102102 }
103103
104104 @ Test
105- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
105+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
106106 public void testShouldBeAbleToEnterTextIntoATextAreaBySettingItsValue () {
107107 driver .get (pages .javascriptPage );
108108 WebElement textarea = driver .findElement (By .id ("keyUpArea" ));
@@ -112,7 +112,7 @@ public void testShouldBeAbleToEnterTextIntoATextAreaBySettingItsValue() {
112112 }
113113
114114 @ Test
115- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
115+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
116116 public void testSendKeysKeepsCapitalization () {
117117 driver .get (pages .javascriptPage );
118118 WebElement textarea = driver .findElement (By
@@ -123,7 +123,7 @@ public void testSendKeysKeepsCapitalization() {
123123 }
124124
125125 @ Test
126- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
126+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
127127 public void testShouldSubmitAFormUsingTheNewlineLiteral () {
128128 driver .get (pages .formPage );
129129 WebElement nestedForm = driver .findElement (By .id ("nested_form" ));
@@ -134,7 +134,7 @@ public void testShouldSubmitAFormUsingTheNewlineLiteral() {
134134 }
135135
136136 @ Test
137- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
137+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
138138 public void testShouldSubmitAFormUsingTheEnterKey () {
139139 driver .get (pages .formPage );
140140 WebElement nestedForm = driver .findElement (By .id ("nested_form" ));
@@ -145,7 +145,7 @@ public void testShouldSubmitAFormUsingTheEnterKey() {
145145 }
146146
147147 @ Test
148- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
148+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
149149 public void testShouldEnterDataIntoFormFields () {
150150 driver .get (pages .xhtmlTestPage );
151151 WebElement element = driver .findElement (By .xpath ("//form[@name='someForm']/input[@id='username']" ));
@@ -162,7 +162,7 @@ public void testShouldEnterDataIntoFormFields() {
162162
163163 @ Test
164164 @ Ignore (value = SAFARI , reason = "issue 4220" )
165- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
165+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
166166 public void testShouldBeAbleToAlterTheContentsOfAFileUploadInputElement () throws IOException {
167167 driver .get (pages .formPage );
168168 WebElement uploadElement = driver .findElement (By .id ("upload" ));
@@ -179,7 +179,7 @@ public void testShouldBeAbleToAlterTheContentsOfAFileUploadInputElement() throws
179179
180180 @ Test
181181 @ Ignore (value = SAFARI , reason = "issue 4220" )
182- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
182+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
183183 public void testShouldBeAbleToSendKeysToAFileUploadInputElementInAnXhtmlDocument ()
184184 throws IOException {
185185 assumeFalse ("IE before 9 doesn't handle pages served with an XHTML content type,"
@@ -201,7 +201,7 @@ public void testShouldBeAbleToSendKeysToAFileUploadInputElementInAnXhtmlDocument
201201
202202 @ Test
203203 @ Ignore (value = SAFARI , reason = "issue 4220" )
204- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
204+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
205205 public void testShouldBeAbleToUploadTheSameFileTwice () throws IOException {
206206 File file = File .createTempFile ("test" , "txt" );
207207 file .deleteOnExit ();
@@ -224,7 +224,7 @@ public void testShouldBeAbleToUploadTheSameFileTwice() throws IOException {
224224 }
225225
226226 @ Test
227- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
227+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
228228 public void testSendingKeyboardEventsShouldAppendTextInInputs () {
229229 driver .get (pages .formPage );
230230 WebElement element = driver .findElement (By .id ("working" ));
@@ -238,7 +238,7 @@ public void testSendingKeyboardEventsShouldAppendTextInInputs() {
238238 }
239239
240240 @ Test
241- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
241+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
242242 public void testSendingKeyboardEventsShouldAppendTextInInputsWithExistingValue () {
243243 driver .get (pages .formPage );
244244 WebElement element = driver .findElement (By .id ("inputWithText" ));
@@ -249,7 +249,7 @@ public void testSendingKeyboardEventsShouldAppendTextInInputsWithExistingValue()
249249 }
250250
251251 @ Test
252- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
252+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
253253 public void testSendingKeyboardEventsShouldAppendTextInTextAreas () {
254254 driver .get (pages .formPage );
255255 WebElement element = driver .findElement (By .id ("withText" ));
@@ -285,22 +285,22 @@ public void handleFormWithJavascriptAction() {
285285
286286 @ Test
287287 @ Ignore (SAFARI )
288- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
288+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
289289 public void testCanClickOnASubmitButton () {
290290 checkSubmitButton ("internal_explicit_submit" );
291291 }
292292
293293
294294 @ Test
295295 @ Ignore (SAFARI )
296- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
296+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
297297 public void testCanClickOnASubmitButtonNestedSpan () {
298298 checkSubmitButton ("internal_span_submit" );
299299 }
300300
301301 @ Test
302302 @ Ignore (SAFARI )
303- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
303+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
304304 public void testCanClickOnAnImplicitSubmitButton () {
305305 assumeFalse (isIe6 (driver ) || isIe7 (driver ) );
306306 checkSubmitButton ("internal_implicit_submit" );
@@ -309,15 +309,15 @@ public void testCanClickOnAnImplicitSubmitButton() {
309309 @ Test
310310 @ Ignore (IE )
311311 @ Ignore (SAFARI )
312- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
312+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
313313 public void testCanClickOnAnExternalSubmitButton () {
314314 checkSubmitButton ("external_explicit_submit" );
315315 }
316316
317317 @ Test
318318 @ Ignore (IE )
319319 @ Ignore (SAFARI )
320- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/594" )
320+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/594" )
321321 public void testCanClickOnAnExternalImplicitSubmitButton () {
322322 checkSubmitButton ("external_implicit_submit" );
323323 }
0 commit comments