export class Mainpage { static button = ".dummy" get dummybutton() { return cy.contains(Mainpage.menubutton, 'Upload document'); } }