Skip to content

Commit

Permalink
Fix cypress memory issue due to log panel
Browse files Browse the repository at this point in the history
  • Loading branch information
achyutjhunjhunwala committed Sep 29, 2023
1 parent 343c04c commit 06de23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('Agent configuration', () => {
.click({ force: true })
.type('All');

cy.get('mark').contains('All').click();
cy.get('mark').contains('All').click({ force: true });
cy.contains('Next step').click();
cy.contains('Service name All');
cy.contains('Environment All');
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/apm/ftr_e2e/cypress_test_runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export async function cypressTestRunner({ getService }: FtrProviderContext) {
ES_NODE: esNode,
ES_REQUEST_TIMEOUT: esRequestTimeout,
TEST_CLOUD: process.env.TEST_CLOUD,
NO_COMMAND_LOG: 1,
},
});

Expand Down

0 comments on commit 06de23b

Please sign in to comment.