Guest User

Untitled

a guest
Jul 17th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.35 KB | None | 0 0
  1. Testsuite: org.openqa.selenium.firefox.FirefoxDriverTestSuite
  2. Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 8.766 sec
  3. ------------- Standard Error -----------------
  4. Ignoring: class org.openqa.selenium.AlertsTest.testShouldThrowAnExceptionIfAnAlertHasNotBeenDealtWith: Not implemented in driver yet
  5. Ignoring: class org.openqa.selenium.CorrectEventFiringTest.testShouldFireFocusEventWhenClicking: Webkit bug 22261. Firefox 3.6 wants focus
  6. Ignoring: class org.openqa.selenium.CorrectEventFiringTest.testShouldFireMouseMoveEventWhenClicking: Not implemented in driver yet
  7. Ignoring: class org.openqa.selenium.CorrectEventFiringTest.testShouldFireEventsInTheRightOrder: Webkit bug 22261. Firefox 3.6 wants focus
  8. Ignoring: class org.openqa.selenium.ElementAttributeTest.testShouldReturnNullWhenGettingSrcAttributeOfInvalidImgTag: Issue 758
  9. Ignoring: class org.openqa.selenium.ElementAttributeTest.testCanReturnATextApproximationOfTheStyleAttribute: Not implemented in driver yet
  10. Ignoring: class org.openqa.selenium.ExecutingJavascriptTest.testShouldBeAbleToReturnAnArrayOfWebElements: Not implemented in driver yet
  11. Ignoring: class org.openqa.selenium.ExecutingJavascriptTest.testShouldBeAbleToExecuteABigChunkOfJavascriptCode: Not implemented in driver yet
  12. Ignoring: class org.openqa.selenium.ExecutingJavascriptTest.testShouldThrowExceptionIfExecutingOnNoPage: Not implemented in driver yet
  13. Ignoring: class org.openqa.selenium.FormHandlingTest.testTogglingAnOptionShouldThrowAnExceptionIfTheOptionIsNotInAMultiSelect: Not implemented in driver yet
  14. Ignoring: class org.openqa.selenium.FormHandlingTest.testTogglingAnOptionShouldToggleOptionsInAMultiSelect: Not implemented in driver yet
  15. Ignoring: class org.openqa.selenium.I18nTest.testCn: Not implemented in driver yet
  16. Ignoring: class org.openqa.selenium.interactions.CombinedInputActionsTest.testClickingOnFormElements: Not implemented in driver yet
  17. Ignoring: class org.openqa.selenium.interactions.CombinedInputActionsTest.testSelectingMultipleItems: Not implemented in driver yet
  18. Ignoring: class org.openqa.selenium.interactions.TestBasicKeyboardInterface.testBasicKeyboardInput: Not implemented in driver yet
  19. Ignoring: class org.openqa.selenium.interactions.TestBasicKeyboardInterface.testSendingKeyDownOnly: Not implemented in driver yet
  20. Ignoring: class org.openqa.selenium.interactions.TestBasicKeyboardInterface.testSendingKeyUp: Not implemented in driver yet
  21. Ignoring: class org.openqa.selenium.interactions.TestBasicKeyboardInterface.testSendingKeysWithShiftPressed: Not implemented in driver yet
  22. Ignoring: class org.openqa.selenium.interactions.TestBasicKeyboardInterface.testSendingKeysToActiveElement: Not implemented in driver yet
  23. Ignoring: class org.openqa.selenium.interactions.TestBasicKeyboardInterface.testBasicKeyboardInputOnActiveElement: Not implemented in driver yet
  24. Ignoring: class org.openqa.selenium.interactions.TestBasicMouseInterface.testDragAndDrop: Not implemented in driver yet
  25. Ignoring: class org.openqa.selenium.interactions.TestBasicMouseInterface.testDraggingElementWithMouseMovesItToAnotherList: Not implemented in driver yet
  26. Ignoring: class org.openqa.selenium.interactions.TestBasicMouseInterface.testDraggingElementWithMouseFiresEvents: Not implemented in driver yet
  27. Ignoring: class org.openqa.selenium.interactions.TestBasicMouseInterface.testDoubleClick: Not implemented in driver yet
  28. Ignoring: class org.openqa.selenium.interactions.TestBasicMouseInterface.testContextClick: Not implemented in driver yet
  29. Ignoring: class org.openqa.selenium.JavascriptEnabledDriverTest.testChangeEventIsFiredAppropriatelyWhenFocusIsLost: Firefox: Window demands focus to work. Chrome: Event firing is broken. Other platforms: not properly tested
  30. Ignoring: class org.openqa.selenium.RenderedWebElementTest.testCanClickOnSuckerFishMenuItem: Not implemented in driver yet
  31. Ignoring: class org.openqa.selenium.TextHandlingTest.testShouldHandleNestedBlockLevelElements: Not implemented in driver yet
  32. Ignoring: class org.openqa.selenium.TextPagesTest.testShouldBeAbleToLoadASimplePageOfText: Not implemented in driver yet
  33. Ignoring: class org.openqa.selenium.TypingTest.testShouldFireFocusKeyEventsInTheRightOrder: firefox specific not yet tested in htmlunit. Firefox demands to have the focus on the window already. Chrome: event firing broken.
  34. Ignoring: class org.openqa.selenium.WindowSwitchingTest.testShouldBeAbleToIterateOverAllOpenWindows: Not implemented in driver yet
  35. Ignoring: class org.openqa.selenium.firefox.FirefoxDriverTest.testShouldWaitUntilBrowserHasClosedProperly: Need to figure out how to open a new browser instance mid-test
  36. Ignoring: class org.openqa.selenium.firefox.FirefoxDriverTest.testShouldBeAbleToStartANamedProfile: Not implemented in driver yet
  37. Ignoring: class org.openqa.selenium.firefox.FirefoxDriverTest.testShouldThrowWhenAlertNotHandled: Reworking alert handling. First step: removing existing broken alert support
  38. ------------- ---------------- ---------------
  39.  
  40. Testcase: testShouldBeAbleToOverrideTheWindowAlertMethod took 0.191 sec
  41. Testcase: testShouldAllowUsersToAcceptAnAlertManually took 2.182 sec
  42. Caused an ERROR
  43. Unable to dismiss alert. Is an alert present?
  44. System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.6.5', java.version: '1.6.0_22'
  45. Driver info: driver.version: RemoteWebDriver
  46. org.openqa.selenium.WebDriverException: Unable to dismiss alert. Is an alert present?
  47. System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.6.5', java.version: '1.6.0_22'
  48. Driver info: driver.version: RemoteWebDriver
  49. at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  50. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:131)
  51. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:105)
  52. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:385)
  53. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:389)
  54. at org.openqa.selenium.remote.RemoteWebDriver$RemoteAlert.accept(RemoteWebDriver.java:562)
  55. at org.openqa.selenium.AlertsTest.testShouldAllowUsersToAcceptAnAlertManually(AlertsTest.java:59)
  56. at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
  57. at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
  58. at junit.extensions.TestSetup.run(TestSetup.java:27)
  59. at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
  60. at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
  61. at junit.extensions.TestSetup.run(TestSetup.java:27)
Add Comment
Please, Sign In to add comment