Skip to content

Commit

Permalink
fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
sunker committed Aug 18, 2022
1 parent 7ed4b06 commit fee5721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/smoke.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ e2e.scenario({
e2eSelectors.ConfigEditor.table.wrapper().contains('cloudtrail_logs');
e2eSelectors.ConfigEditor.table.input().type('cloudtrail_logs').type('{enter}');
e2eSelectors.QueryEditor.CodeEditor.container().click({ force: true }).type(`{selectall}{enter}
SELECT 1
SELECT
$__parseTime(eventtime, 'yyyy-MM-dd''T''HH:mm:ss''Z'),
sum(cast(json_extract_scalar(additionaleventdata, '$.bytesTransferredOut') as real)) AS bytes
FROM
Expand Down

0 comments on commit fee5721

Please sign in to comment.