Skip to content

Bump selenium.version from 2.53.1 to 3.14.0 #940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Aug 16, 2018

Bumps selenium.version from 2.53.1 to 3.14.0.

Updates selenium-api from 2.53.1 to 3.14.0

Release notes

Sourced from selenium-api's releases.

Selenium 3.11.0

  • Updating BUCK build files for .NET bindings :: Jim Evans
  • Deleting deprecated (in 3.6) methods :: Alexei Barantsev
  • Fixing use of deprecated API :: Alexei Barantsev
  • Deleting unused imports :: Alexei Barantsev
  • Refactoring a test, reducing code duplication, no logical changes :: Alexei Barantsev
  • Refactoring, less guava, more standard JDK :: Alexei Barantsev
  • Fixing a typo :: Alexei Barantsev
  • Deleting unused imports :: Alexei Barantsev
  • Less use of deprecated API :: Alexei Barantsev
  • Refactoring a test, no logical changes :: Alexei Barantsev
  • Deleting unused imports :: Alexei Barantsev
  • Ooops, a silly mistake... :: Alexei Barantsev
  • Update changelog for Python for tag 3.10.0 :: AutomatedTester
  • [grid] Remove "DefaultGridRegistry.newInstance()" method which is only used in tests :: Simon Stewart
  • [grid] Remove "Registry.getConfiguration" :: Simon Stewart
  • Remove unused annotations and unthrown exceptions :: Simon Stewart
  • [grid] Remove deprecated "GridRegistry.getHttpClientFactory" method :: Simon Stewart
  • Make a test not rely on JsonElement.toString :: Simon Stewart
  • [grid] Migrate RegistrationRequest.toJson to not use GSON :: Simon Stewart
  • [grid] Remove unthrown exception from method signatures :: Simon Stewart
  • Make the BeanToJsonConverter avoid fields from java.lang.Object :: Simon Stewart
  • Make `AbstractCapabilities` implement `toJson` :: Simon Stewart
  • ProtocolConverter does not need an HttpClient.Factory as a static field :: Simon Stewart
  • Use the default HttpClient.Factory where possible :: Simon Stewart
  • Adding deprecation warning for .NET PhantomJSDriver :: Jim Evans
  • Updated .NET exception class hierarchy to better accommodate W3C compliant end points :: Jim Evans
  • Updating .NET VisibilityTest to handle new exception class hierarchy :: Jim Evans
  • Updating .NET Alert test to handle updated exception class hierarchy :: Jim Evans
  • Revert behavior of user prompts appearing during JavaScript execution. :: Jim Evans
  • Fixing getElementProperty to return proper data type. :: Jim Evans
  • Updating sending of keystrokes to send keys outside the BMP in IE :: Jim Evans
  • Modifying processing of pause actions in keyboard action sequences :: Jim Evans
  • Modifying mouse event handling to match W3C Specification :: Jim Evans
  • Revamped handling of modifier keys in IE driver :: Jim Evans
  • Fixing IE cookie retrieval for IE 10 and 11 :: Jim Evans
  • Updating IE error response to be spec compliant for sendKeys :: Jim Evans
  • Updating clear element command handler to return W3C compliant errors for IE :: Jim Evans
  • Changing clear element atom to be W3C compliant :: Jim Evans
  • Making .NET HttpCommandExecutor class public instead of internal :: Jim Evans
  • Fixed compiler warning for sign mismatch in CookieManager.cpp :: Jim Evans
  • Added IE string utility method for creating GUIDs :: Jim Evans
  • Updating IE prebuilts and JavaScript atoms :: Jim Evans
  • Adding another test for SafariDriver constructor :: Alexei Barantsev
  • Deleting SafariOptions.port, if a user wants to run safaridriver on a specific port it should explicitly instantiate SafariDriverService and pass it to SafariDriver constructor :: Alexei Barantsev
  • SafariDriver always runs a clean session :: Alexei Barantsev
  • Update Safari specs guards :: Alex Rodionov
  • Deleting deprecated (in 3.6) methods :: Alexei Barantsev
  • Fix element clear when document is undefined :: Alex Rodionov
  • Throw error when unfocus fails after clearing element :: Alex Rodionov
  • ... (truncated)
    Commits
    • aacccce [py] Fix doc of URL-related ExpectedCondition (#6236)
    • 17e08e8 Ignore upload multiple files test for remote + IE
    • 1372031 Fix issue of Gem::Version raising error when nil is passed to it
    • 458daaf Preventing attempt to return IDispatch that is not IHTMLElement for IE
    • 7842db3 [py] Added ExpectedCondition invisibility_of_element
    • 0248a49 Re-enable the passthrough tests
    • bdc4787 Fixed null pointer exception when managed element is not found
    • 6b4dfc6 Jetty version bump
    • ed207b3 Yield file wrapped in array to file detector
    • 49be0e8 Run all small tests
    • Additional commits viewable in compare view

    Updates selenium-support from 2.53.1 to 3.14.0

    Release notes

    Sourced from selenium-support's releases.

    Selenium 3.11.0

  • Updating BUCK build files for .NET bindings :: Jim Evans
  • Deleting deprecated (in 3.6) methods :: Alexei Barantsev
  • Fixing use of deprecated API :: Alexei Barantsev
  • Deleting unused imports :: Alexei Barantsev
  • Refactoring a test, reducing code duplication, no logical changes :: Alexei Barantsev
  • Refactoring, less guava, more standard JDK :: Alexei Barantsev
  • Fixing a typo :: Alexei Barantsev
  • Deleting unused imports :: Alexei Barantsev
  • Less use of deprecated API :: Alexei Barantsev
  • Refactoring a test, no logical changes :: Alexei Barantsev
  • Deleting unused imports :: Alexei Barantsev
  • Ooops, a silly mistake... :: Alexei Barantsev
  • Update changelog for Python for tag 3.10.0 :: AutomatedTester
  • [grid] Remove "DefaultGridRegistry.newInstance()" method which is only used in tests :: Simon Stewart
  • [grid] Remove "Registry.getConfiguration" :: Simon Stewart
  • Remove unused annotations and unthrown exceptions :: Simon Stewart
  • [grid] Remove deprecated "GridRegistry.getHttpClientFactory" method :: Simon Stewart
  • Make a test not rely on JsonElement.toString :: Simon Stewart
  • [grid] Migrate RegistrationRequest.toJson to not use GSON :: Simon Stewart
  • [grid] Remove unthrown exception from method signatures :: Simon Stewart
  • Make the BeanToJsonConverter avoid fields from java.lang.Object :: Simon Stewart
  • Make `AbstractCapabilities` implement `toJson` :: Simon Stewart
  • ProtocolConverter does not need an HttpClient.Factory as a static field :: Simon Stewart
  • Use the default HttpClient.Factory where possible :: Simon Stewart
  • Adding deprecation warning for .NET PhantomJSDriver :: Jim Evans
  • Updated .NET exception class hierarchy to better accommodate W3C compliant end points :: Jim Evans
  • Updating .NET VisibilityTest to handle new exception class hierarchy :: Jim Evans
  • Updating .NET Alert test to handle updated exception class hierarchy :: Jim Evans
  • Revert behavior of user prompts appearing during JavaScript execution. :: Jim Evans
  • Fixing getElementProperty to return proper data type. :: Jim Evans
  • Updating sending of keystrokes to send keys outside the BMP in IE :: Jim Evans
  • Modifying processing of pause actions in keyboard action sequences :: Jim Evans
  • Modifying mouse event handling to match W3C Specification :: Jim Evans
  • Revamped handling of modifier keys in IE driver :: Jim Evans
  • Fixing IE cookie retrieval for IE 10 and 11 :: Jim Evans
  • Updating IE error response to be spec compliant for sendKeys :: Jim Evans
  • Updating clear element command handler to return W3C compliant errors for IE :: Jim Evans
  • Changing clear element atom to be W3C compliant :: Jim Evans
  • Making .NET HttpCommandExecutor class public instead of internal :: Jim Evans
  • Fixed compiler warning for sign mismatch in CookieManager.cpp :: Jim Evans
  • Added IE string utility method for creating GUIDs :: Jim Evans
  • Updating IE prebuilts and JavaScript atoms :: Jim Evans
  • Adding another test for SafariDriver constructor :: Alexei Barantsev
  • Deleting SafariOptions.port, if a user wants to run safaridriver on a specific port it should explicitly instantiate SafariDriverService and pass it to SafariDriver constructor :: Alexei Barantsev
  • SafariDriver always runs a clean session :: Alexei Barantsev
  • Update Safari specs guards :: Alex Rodionov
  • Deleting deprecated (in 3.6) methods :: Alexei Barantsev
  • Fix element clear when document is undefined :: Alex Rodionov
  • Throw error when unfocus fails after clearing element :: Alex Rodionov
  • ... (truncated)
    Commits
    • aacccce [py] Fix doc of URL-related ExpectedCondition (#6236)
    • 17e08e8 Ignore upload multiple files test for remote + IE
    • 1372031 Fix issue of Gem::Version raising error when nil is passed to it
    • 458daaf Preventing attempt to return IDispatch that is not IHTMLElement for IE
    • 7842db3 [py] Added ExpectedCondition invisibility_of_element
    • 0248a49 Re-enable the passthrough tests
    • bdc4787 Fixed null pointer exception when managed element is not found
    • 6b4dfc6 Jetty version bump
    • ed207b3 Yield file wrapped in array to file detector
    • 49be0e8 Run all small tests
    • Additional commits viewable in compare view

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

    You can always request more updates by clicking Bump now in your Dependabot dashboard.

    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Automerge options (never/patch/minor, and dev/runtime dependencies)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)

    Finally, you can contact us by mentioning @dependabot.

    @dependabot-preview dependabot-preview bot added the dependency/spring Task is related to Spring Framework label Aug 16, 2018
    @php-coder php-coder removed the dependency/spring Task is related to Spring Framework label Aug 16, 2018
    @mystamps-bot
    Copy link

    mystamps-bot commented Aug 16, 2018

    131 Errors
    🚫 maven-enforcer-plugin reported about errors. Please, fix them. Here is its output:

    Rule 0: org.apache.maven.plugins.enforcer.BannedDependencies failed with message:
    Found Banned Dependency: commons-logging:commons-logging:jar:1.2
    Use 'mvn dependency:tree' to locate the source of the banned dependencies.
    
        
    🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L10-L12:
    Test case Admin should see a link to a page for importing a series fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L14-L16:
    Test case Admin should see a link to a list of import requests fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L18-L20:
    Test case Admin should see a link for adding series fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L22-L24:
    Test case Admin should see a link for adding countries fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L26-L28:
    Test case Admin should see a link for listing countries fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L30-L32:
    Test case Admin should see a link for adding categories fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-admin.robot#L34-L36:
    Test case Admin should see a link for listing categories fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-user.robot#L10-L12:
    Test case User should not see a link to a page for importing a series fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/site/misc-user.robot#L14-L16:
    Test case User should not see a link to a list of import requests fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L10-L15:
    Test case Create category with too short name fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L17-L24:
    Test case Create category with too long name fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L26-L31:
    Test case Create category with forbidden characters in name fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L33-L38:
    Test case Create category with repeating hyphens in name fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L40-L45:
    Test case Create category with name that starts with hyphen fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L47-L52:
    Test case Create category with name that ends with hyphen fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L54-L64:
    Test case Create category with forbidden names fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L66-L71:
    Test case Create category with existing (non-unique) name fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L73-L78:
    Test case Create category with existing name but in a different case fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/validation.robot#L80-L85:
    Test case Create category with non-existing name but existing (non-unique) slug fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/logic.robot#L13-L22:
    Test case Create category with name in English (fill only mandatory fields) fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/logic.robot#L24-L31:
    Test case Create category with name in English and Russian fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/misc.robot#L10-L15:
    Test case Category name should be stripped from leading and trailing spaces fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/misc.robot#L17-L22:
    Test case Category name should be modified by replacing multiple spaces by one fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/misc.robot#L24-L29:
    Test case Category name in English should accept all allowed characters fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/creation/misc.robot#L31-L36:
    Test case Category name in Russian should accept all allowed characters fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/access.robot#L10-L13:
    Test case Anonymous user cannot create category fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/category/access.robot#L15-L18:
    Test case Opening a page of non-existing category show an error fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L9-L13:
    Test case Activate account with matching login and password fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L15-L19:
    Test case Activate account with mismatching password and password confirmation fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L21-L24:
    Test case Activate account with too short login fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L26-L29:
    Test case Activate account with too long login fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L31-L34:
    Test case Activate account with forbidden characters in login fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L36-L39:
    Test case Activate account with existing login fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L41-L47:
    Test case Activate account with repetition of the special characters fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L49-L53:
    Test case Activate account with too long name fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L55-L58:
    Test case Activate account with with forbidden characters in name fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L60-L63:
    Test case Activate account with name that starts with hyphen fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L65-L68:
    Test case Activate account with name that ends with hyphen fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L70-L73:
    Test case Activate account with too short password fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L75-L79:
    Test case Activate account with too long password fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L81-L84:
    Test case Activate account with too short activation key fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L86-L89:
    Test case Activate account with too long activation key fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L91-L94:
    Test case Activate account with forbidden characters in activation key fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/validation.robot#L96-L99:
    Test case Activate account with wrong activation key fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/logic.robot#L10-L18:
    Test case Activate account with full info (fill all fields) fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/logic.robot#L20-L28:
    Test case Activate account with only required info (fill only mandatory fields) fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L9-L11:
    Test case Activation key should be auto filled from url fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L13-L16:
    Test case Most short login should be accepted fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L18-L21:
    Test case Most long login should be accepted fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L23-L26:
    Test case Login with allowed characters should be accepted fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L28-L31:
    Test case Login should be striped from leading and trailing spaces fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L33-L37:
    Test case Name with allowed characters should be accepted fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L39-L42:
    Test case Name should be striped from leading and trailing spaces fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L44-L47:
    Test case Most short password should be accepted fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/account/activation/misc.robot#L49-L52:
    Test case Password with allowed characters should be accepted fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/logic.robot#L11-L16:
    Test case Add additional image by uploading a file fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/logic.robot#L18-L23:
    Test case Add additional image by downloading a file from URL fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L10-L13:
    Test case Add image with empty required fields fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L15-L18:
    Test case Add image with an empty file fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L20-L25:
    Test case Add image with both image and an image URL fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L27-L30:
    Test case Add image with invalid URL fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L32-L35:
    Test case Add image with URL with invalid response fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L37-L40:
    Test case Add image with URL to a file that does not exist fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L42-L45:
    Test case Add image with URL that causes a redirect fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L47-L50:
    Test case Add image with URL to an empty file fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/add-image/validation.robot#L52-L55:
    Test case Add image with URL to a file of unsupported type (not an image) fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/sales/misc.robot#L11-L14:
    Test case Url should be stripped from leading and trailing spaces fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/sales/validation.robot#L10-L14:
    Test case Create series sales with too long url fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/sales/validation.robot#L16-L19:
    Test case Create series sales with invalid url fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/access.robot#L10-L13:
    Test case Anonymous user cannot create series fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/access.robot#L15-L18:
    Test case Opening a page of non-existing series show an error fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L10-L15:
    Test case Create series with empty required fields fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L17-L20:
    Test case Create series with non-numeric quantity fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L22-L25:
    Test case Create series with too small quantity fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L27-L30:
    Test case Create series with too large quantity fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L32-L35:
    Test case Create series with an empty image fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L37-L42:
    Test case Create series with both image and an image URL fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L44-L47:
    Test case Create series with invalid image URL fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L49-L52:
    Test case Create series with image URL with invalid response fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L54-L57:
    Test case Create series with image URL to a file that does not exist fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L59-L62:
    Test case Create series with image URL that causes a redirect fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L64-L67:
    Test case Create series with image URL to an empty file fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L69-L72:
    Test case Create series with image URL to a file of unsupported type (not an image) fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-admin.robot#L94-L100:
    Test case Create series with too long comment fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/logic.robot#L11-L21:
    Test case Create series by filling only required fields and providing an image fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/logic.robot#L23-L33:
    Test case Create series by filling only required fields and providing a URL to image fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/misc.robot#L56-L74:
    Test case Catalog numbers should accept existing numbers fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/misc.robot#L76-L86:
    Test case Issue year should have options for range from 1840 to the current year fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/misc.robot#L88-L92:
    Test case Comment should be stripped from leading and trailing spaces fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/creation/validation-user.robot#L10-L15:
    Test case Create series with empty required fields fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/validation.robot#L10-L12:
    Test case Submit request with blank required field fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/validation.robot#L14-L18:
    Test case Submit request with too long url fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/validation.robot#L20-L23:
    Test case Submit request with invalid url fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L13-L53:
    Test case Import series from an external site (in English, use category, country and date locators) fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L55-L72:
    Test case Import series from an external site (in Russian, use description locator) fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L74-L82:
    Test case Import series from external site with catalog numbers (use description locator) fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L84-L106:
    Test case Import series and series sale with existing seller from an external site fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L108-L131:
    Test case Import series and series sale with a new seller from an external site fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L133-L136:
    Test case Submit a request that will fail to download a file fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/request-logic.robot#L138-L142:
    Test case Submit a request with a document that couldn't be parsed fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/access.robot#L9-L12:
    Test case Anonymous user cannot request series import fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/access.robot#L14-L17:
    Test case Anonymous user cannot access the status of the series import fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/series/import/access.robot#L19-L22:
    Test case Anonymous user cannot see a list of import requests fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/collection/add-series/validation.robot#L10-L13:
    Test case Add a series without required field fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    🚫 robotframework-maven-plugin error in src/test/robotframework/collection/add-series/validation.robot#L15-L18:
    Test case Add a series with too few number of stamps fails with message:
    Parent suite setup failed:
    java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException
    ⚠️ Danger found 131 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 106.
    2 Messages
    📖 maven-enforcer-plugin reported about 1 error. Please, fix it.
    📖 robotframework-maven-plugin reported about 130 errors. Please, fix them.

    Generated by 🚫 Danger

    @php-coder php-coder self-assigned this Aug 16, 2018
    @dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/selenium.version branch from 5acba7e to c93fede Compare September 29, 2018 11:46
    Bumps `selenium.version` from 2.53.1 to 3.14.0.
    
    Updates `selenium-api` from 2.53.1 to 3.14.0
    - [Release notes](https://github.com/SeleniumHQ/selenium/releases)
    - [Commits](SeleniumHQ/selenium@selenium-2.53.1...selenium-3.14.0)
    
    Updates `selenium-support` from 2.53.1 to 3.14.0
    - [Release notes](https://github.com/SeleniumHQ/selenium/releases)
    - [Commits](SeleniumHQ/selenium@selenium-2.53.1...selenium-3.14.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    @php-coder
    Copy link
    Owner

    Will be solved as part of #1001

    @php-coder php-coder closed this May 1, 2019
    @php-coder php-coder deleted the dependabot/maven/selenium.version branch May 1, 2019 20:03
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    3 participants