in src/pom/serverless/pages/dashboard.page.ts [98:106]
public async logVisualizationRequest(name: string) {
await this.clickOptions();
await this.openRequestsView();
await this.logRequestTime(name);
await this.logQueryTime(name);
await this.queryToClipboard();
await this.logQuery(name);
await this.closeFlyout();
}