Skip to content

Commit

Permalink
Go directly to edit
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Apr 18, 2024
1 parent 29d29ca commit ed7a009
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,9 @@ describe('Multi-datasources enabled', () => {
it('Checks Audit Logs Tab', () => {
// Select remote cluster
cy.visit(
`http://localhost:5601/app/security-dashboards-plugin${externalDataSourceUrl}#/auditLogging`
`http://localhost:5601/app/security-dashboards-plugin${externalDataSourceUrl}#/auditLogging/edit/generalSettings`
);

cy.get('[data-test-subj="dataSourceSelectableContextMenuHeaderLink"]').should(
'contain',
'9202'
);

cy.get('[data-test-subj="general-settings-configure"]').click();
cy.get('[data-test-subj="dataSourceViewButton"]').should('contain', '9202');

cy.get('[data-test-subj="comboBoxInput"]').last().type('blah');
Expand Down

0 comments on commit ed7a009

Please sign in to comment.