Skip to content

Commit

Permalink
remove suggestions check
Browse files Browse the repository at this point in the history
  • Loading branch information
sunker committed Aug 17, 2022
1 parent f8c0dbd commit b3c079e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cypress/integration/smoke.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,8 @@ e2e.scenario({
e2eSelectors.ConfigEditor.table.input().click({ force: true });
e2eSelectors.ConfigEditor.table.wrapper().contains('cloudtrail_logs');
e2eSelectors.ConfigEditor.table.input().type('cloudtrail_logs').type('{enter}');

// Verify editor suggestions
e2eSelectors.QueryEditor.CodeEditor.container().click({ force: true }).type(`{selectall}$__table`);
e2eSelectors.QueryEditor.CodeEditor.container().contains('(Macro) cloudtrail_logs');

e2eSelectors.QueryEditor.CodeEditor.container().click({ force: true }).type(`{selectall}{enter}
SELECT
SELECT 1
$__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 b3c079e

Please sign in to comment.