* enhance bans page test : toggle modal + better filter testing
* enhance global config page test : select plugin + test every setting type + better filter
* enhance services page test : modal test + one plugin a time + better modal filter + modal settings type + update services card filter
* add return keyword on execute_script
* fix filter settings showing all settings when search value is empty
* enhance multiple settings template : add presentation title + better typo for multiple setting title
* update access_page to get page without button action
* click on selenium exception button using execute_script avoiding issues
* remove tabs and update by select component for better UX
* update script to make new elements work
* update keyword filter settings script
* no longer max-h with overflow on global config page
* update service modal to fit new elements, enhance responsive and add separator
*remove error actions on test utils
* enhance some base components like button size, service card data position, modal size...
* now show on flash message when overlap services on pro version
* update home card to take care of expire case
* add alert when pro plugins without pro license on plugins page
* add alert when accessing pro plugins settings without pro license
* try to move to button element before clicking on it to avoid not in viewport exception
* remove using complex execute script on selenium for select, only check if click doesn't return an error
*start adding conditions with pro data to display useful details or alerts
* change selector for filter keyword on global config page
* update service test
* remove return statement on test utils
* use utils to verify selects on plugins page
* add timeout to execute nomatch showing in order to execute it after the filter logic
* add services card filter : now can filter with name, method or draft/online state
* display no matching filter on services card and service settings too
* card services filtering only showing if at least 4 services
*add new services filter to testing
*update test utils to try fixing issue
* remove plugins card and show no match on filterting inside globla config page (update html + js)
* add missing css
* tests now can use javascript selector
* start adding some testing