Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldong51 authored Aug 19, 2024
2 parents 27bf445 + 4ff7b93 commit 33855e9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ describe('Testing panels table', () => {
cy.get('input.euiFieldText').focus().type(TEST_PANEL, {
delay: 50,
});
cy.intercept('POST', '/api/saved_objects/*').as('createDashboard');
cy.intercept('POST', `${BASE_PATH}/api/saved_objects/*`).as(
'createDashboard'
);
cy.get('.euiButton__text')
.contains(/^Create$/)
.trigger('mouseover')
Expand Down

0 comments on commit 33855e9

Please sign in to comment.