You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor ChromeDriverFunctionalTest: Remove redundant permission constants
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.
Co-authored-by: Diego Molina <[email protected]>
0 commit comments