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

PR-993 #11

Closed
wants to merge 1 commit into from
Closed

PR-993 #11

wants to merge 1 commit into from

Commits on Sep 10, 2023

  1. fix: Enhance test stability in drive_tests.js

    In the drive_tests.js file, I improved test stability by introducing
    steps in two test cases: "test drive to external link" and
    "test drive enabled by default; click link inside data-turbo='false'."
    
    The added  calls ensure that the respective elements (e.g., "#drive_enabled_external"
    and "#drive_disabled") are present and visible before interacting with them, reducing the chances of
    element unavailability issues during test execution.
    
    This resolves test failures where elements were not immediately accessible, leading to test timeouts.
    AfolabiOlaoluwa authored and shiftyp committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    ba4aab1 View commit details
    Browse the repository at this point in the history