Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Nov 15, 2024
1 parent ad5623e commit 75bbc58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ const testFixtureHandler = new TestFixtureHandler(
Cypress.env('openSearchUrl')
);

const indexSet = [
'logstash-2015.09.22',
'logstash-2015.09.21',
'logstash-2015.09.20',
];

describe('query enhancement queries', { scrollBehavior: false }, () => {
before(() => {
CURRENT_TENANT.newTenant = 'global';
Expand Down
4 changes: 1 addition & 3 deletions cypress/utils/dashboards/query_enhancement/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ Cypress.Commands.add('setSingleLineQueryEditor', (value, submit = true) => {
}
});

Cypress.Commands.add('setQueryLanguage', (value, submit = true) => {
const opts = { log: false };

Cypress.Commands.add('setQueryLanguage', (value) => {
Cypress.log({
name: 'setQueryLanguage',
displayName: 'set language',
Expand Down

0 comments on commit 75bbc58

Please sign in to comment.