Skip to content
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

Unit test fail when up chome to 102 (Cannot assign requested address (99)) #157

Open
sgrillon14 opened this issue May 31, 2022 · 0 comments

Comments

@sgrillon14
Copy link
Member

(Cannot assign requested address (99))

Starting ChromeDriver 102.0.5005.61 (0e59bcc00cc4985ce39ad31c150065f159d95ad3-refs/branch-heads/5005@{#819}) on port 24042
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[1653989203.737][SEVERE]: bind() failed: Cannot assign requested address (99)
May 31, 2022 9:26:44 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
[ERROR] Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 5.159 s <<< FAILURE! - in com.github.noraui.browser.AuthUT
[ERROR] testPageWithoutAuthentication(com.github.noraui.browser.AuthUT) Time elapsed: 2.393 s <<< FAILURE!
java.lang.AssertionError: The requested page content must respond 'OK'.
at com.github.noraui.browser.AuthUT.testPageWithoutAuthentication(AuthUT.java:65)
[ERROR] testPageBehindCookieAuthentication(com.github.noraui.browser.AuthUT) Time elapsed: 0.975 s <<< FAILURE!
java.lang.AssertionError: The requested page content must respond 'OK'.
at com.github.noraui.browser.AuthUT.testPageBehindCookieAuthentication(AuthUT.java:117)
[ERROR] testPageBehindAuthentication(com.github.noraui.browser.AuthUT) Time elapsed: 0.823 s <<< FAILURE!
java.lang.AssertionError: The requested page content must respond 'OK'.
at com.github.noraui.browser.AuthUT.testPageBehindAuthentication(AuthUT.java:101)

Your Environment

  • NoraUi Version used: 4.5.0-SNAPSHOT
  • Operating System and version: Unix
  • Data input provider: Excel
  • Data output provider: Excel
  • Browser and version: Chrome 102
  • WebDriver and version: ChromeDriver 102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant