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

Refactor ChromeDriverFunctionalTest: #14398

Merged
merged 3 commits into from
Aug 19, 2024

Commits on Aug 14, 2024

  1. Refactor ChromeDriverFunctionalTest: Remove redundant permission cons…

    …tants
    
    Removed the CLIPBOARD_READ and CLIPBOARD_WRITE constants from the class level in ChromeDriverFunctionalTest to avoid redundancy. These constants are now defined within the canSetPermission method, reducing unnecessary visibility and improving code cohesion.
    
    This change simplifies maintenance and enhances code clarity without altering existing functionality.
    manuelsblanco committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1e42cba View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    fcb41ff View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    dd803b6 View commit details
    Browse the repository at this point in the history