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

Support MinkSelenium2Driver page timeout #38

Merged
merged 49 commits into from
Nov 12, 2024

Commits on Nov 12, 2024

  1. Support MinkSelenium2Driver page timeout

    uuf6429 authored and aik099 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ae36f04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09beee0 View commit details
    Browse the repository at this point in the history
  3. Replace duplicate code with comment

    uuf6429 authored and aik099 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6aefa43 View commit details
    Browse the repository at this point in the history
  4. Test deprecations

    uuf6429 authored and aik099 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fd1b1c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    999217a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28c64b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    037cffa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eda6ffa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6b3bfd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b9ecbe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8397a6c View commit details
    Browse the repository at this point in the history
  12. [debug] confirm, that timeout tests executed at the beginning would b…

    …reak window tests down the road
    aik099 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    659b752 View commit details
    Browse the repository at this point in the history
  13. Revert "[debug] confirm, that timeout tests executed at the beginning…

    … would break window tests down the road"
    
    This reverts commit b33289b.
    aik099 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    dca90b4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ef3c21e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ece5bc5 View commit details
    Browse the repository at this point in the history
  16. [debug] PhpStan fix

    aik099 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d39e277 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7d156ee View commit details
    Browse the repository at this point in the history
  18. Fixed formatting error

    aik099 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3a173a4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bfba3fe View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b4d27e9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8e56504 View commit details
    Browse the repository at this point in the history
  22. [debug] removed debug output in the driver code, because not timeouts…

    … are causing the issue with window test
    aik099 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a2ec19e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    058fb96 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ca8438b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    40fc14b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8f3b2f0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    14d883d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3d89a73 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e16ab3b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    371a427 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5ad37be View commit details
    Browse the repository at this point in the history
  32. [debug] another try

    aik099 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    79fb097 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    83d213b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6c26545 View commit details
    Browse the repository at this point in the history
  35. [debug] change local web server detection code to avoid it's crashing…

    … in the checking process
    aik099 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e226ded View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d0ab103 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    dfa02dd View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f3cd1a9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5a7e0b2 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b15e2bf View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    0988e77 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    4a860d2 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    5fa8241 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    409a243 View commit details
    Browse the repository at this point in the history
  45. Apparently "chromium" and "edge" browsers also freeze, when setting "…

    …pageLoad" timeout several times. So skip test in there as well.
    aik099 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bae768e View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    2c6a20c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    e384d12 View commit details
    Browse the repository at this point in the history
  48. Disable test on old firefox

    uuf6429 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d2165ab View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    2da66a7 View commit details
    Browse the repository at this point in the history