- In the UI, lists are shown when clicking the field
- when trying the same thing in cypress, the lists are not displayed after a click
--> To click the drop-down cy.get("mat-select[placeholder='Title']").click() --> select the value from list cy.xpath('//span[normalize-space()="Master"]').click()
