Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Jan 12, 2024
1 parent 24f5be5 commit 4e2626c
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ const visitDatasourcesCreationPage = () => {

describe('Integration tests for datasources plugin', () => {
it('Navigates to datasources plugin and expects the correct header', () => {
visitDatasourcesHomePage();
cy.get('[data-test-subj="dataconnections-header"]', { timeout: 120000 }).should('exist');
});
visitDatasourcesHomePage();
cy.get('[data-test-subj="dataconnections-header"]', {
timeout: 120000,
}).should('exist');
});

it('Tests navigation between tabs', () => {
visitDatasourcesHomePage();
Expand Down

0 comments on commit 4e2626c

Please sign in to comment.