public async uploadDashboards()

in src/pom/serverless/pages/management.page.ts [28:33]


    public async uploadDashboards(input: string) {
        await this.importButton().click();
        await this.setInputFiles().setInputFiles(input);
        await this.importButtonFlyout().click();
        await this.doneButtonFlyout().click();
        }